OSDN Git Service

[AVR] When lowering Select8/Select16, put newly generated MBBs in the same spot
authorDylan McKay <me@dylanmckay.io>
Sat, 13 May 2017 00:22:34 +0000 (00:22 +0000)
committerDylan McKay <me@dylanmckay.io>
Sat, 13 May 2017 00:22:34 +0000 (00:22 +0000)
commitaf4bf777613b01743621ec1e72758aad473abb24
tree094e76d6b171a2db4b6be21a87ef14efe438208c
parent835866516057eb5d729c8f15d615fe319c1e132c
[AVR] When lowering Select8/Select16, put newly generated MBBs in the same spot

Contributed by Dr. Gergő Érdi.

Fixes a bug.

Raised from (https://github.com/avr-rust/rust/issues/49).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302973 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AVR/AVRISelLowering.cpp
test/CodeGen/AVR/select-mbb-placement-bug.ll [new file with mode: 0644]