Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MachO: trap unreachable instructions | Tim Northover | 2018-04-13 | 1 | -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 Cooper | 2015-05-06 | 1 | -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 |