summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AVR/select-mbb-placement-bug.ll
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[AVR] Add the branch selection pass from the GitHub repository"Dylan McKay2017-07-051-3/+3
| | | | | | This reverts commit 602ef067c1d58ecb425d061f35f2bc4c7e92f4f3. llvm-svn: 307111
* [AVR] Add the branch selection pass from the GitHub repositoryDylan McKay2017-07-051-3/+3
| | | | | | | We should rewrite this using the generic branch relaxation pass, but for the moment having this pass is better than hitting an assertion error. llvm-svn: 307109
* [AVR] When lowering Select8/Select16, put newly generated MBBs in the same spotDylan McKay2017-05-131-0/+35
Contributed by Dr. Gergő Érdi. Fixes a bug. Raised from (https://github.com/avr-rust/rust/issues/49). llvm-svn: 302973
OpenPOWER on IntegriCloud