Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CodeGen] Print register names in lowercase in both MIR and debug output | Francis Visoiu Mistrih | 2017-11-28 | 1 | -1/+1 |
| | | | | | | | | | | | As part of the unification of the debug format and the MIR format, always print registers as lowercase. * Only debug printing is affected. It now follows MIR. Differential Revision: https://reviews.llvm.org/D40417 llvm-svn: 319187 | ||||
* | We don't really care about correct register liveness information after the | Jakob Stoklund Olesen | 2010-03-05 | 1 | -0/+49 |
post-ra scheduler has run. Disable the verifier checks that late in the game. llvm-svn: 97837 |