[AVR] When lowering shifts into loops, put newly generated MBBs in the same
authorDylan McKay <me@dylanmckay.io>
Tue, 26 Sep 2017 00:51:03 +0000 (00:51 +0000)
committerDylan McKay <me@dylanmckay.io>
Tue, 26 Sep 2017 00:51:03 +0000 (00:51 +0000)
commitdada014781e8277ddc829e47aa337ab9792d8485
treefdad99091dc10157431f7d16555f6b5cd8779765
parent832c4a65c0b22f9e88374703db1064f8a7d7a7d4
[AVR] When lowering shifts into loops, put newly generated MBBs in the same
spot as the original MBB

Discovered in avr-rust/rust#62
https://github.com/avr-rust/rust/issues/62

Patch by Gergo Erdi.

llvm-svn: 314180
llvm/lib/Target/AVR/AVRISelLowering.cpp