summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fast-isel-shift-materialize.ll
Commit message (Collapse)AuthorAgeFilesLines
* MachO: trap unreachable instructionsTim Northover2018-04-131-1/+1
| | | | | | | Debugability is more important than saving 4 bytes to let us to fall through to nonense. llvm-svn: 330073
* Fix incorrect kill flags in fastisel.Pete Cooper2015-05-061-0/+25
If called twice in the same BB on the same constant, FastISel::fastEmit_ri_ was marking the materialized vreg as killed on each use, instead of only the last use. Change this to only mark the last use as killed by making earlier uses check if the vreg is already used elsewhere. llvm-svn: 236650
OpenPOWER on IntegriCloud