Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Correct properties for adjcallstack* pseudos | Matt Arsenault | 2019-07-01 | 1 | -7/+7 |
| | | | | | | | These should be SALU writes, and these are lowered to instructions that def SCC. llvm-svn: 364859 | ||||
* | RegAlloc: Fix verifier error with undef identity copies | Matt Arsenault | 2019-05-20 | 1 | -0/+69 |
The code did not match the example in the comment, and was checking the undef flag on the copy dest instead of source. The existing tests were only hitting the > 2 operands case. llvm-svn: 361156 |