summaryrefslogtreecommitdiff
path: root/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
Commit message (Collapse)AuthorAge
* [NVPTX] Re-enable support for virtual registers in the final outputJustin Holewinski2013-05-31
Now that 3.3 is branched, we are re-enabling virtual registers to help iron out bugs before the next release. Some of the post-RA passes do not play well with virtual registers, so we disable them for now. The needed functionality of the PrologEpilogInserter pass is copied to a new backend-specific NVPTXPrologEpilog pass. The test for this commit is not breaking the existing tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182998 91177308-0d34-0410-b5e6-96231b3b80d8