llvm-6502/lib
Andrew Trick 19273aec44 Clear virtual registers after they are no longer referenced.
Passes after RegAlloc should be able to rely on MRI->getNumVirtRegs() == 0.
This makes sharing code for pre/postRA passes more robust.
Now, to check if a pass is running before the RA pipeline begins, use MRI->isSSA().
To check if a pass is running after the RA pipeline ends, use !MRI->getNumVirtRegs().

PEI resets virtual regs when it's done scavenging.

PTX will either have to provide its own PEI pass or assign physregs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151032 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-21 04:51:23 +00:00
..
Analysis Use more idiomatic assert. 2012-02-21 03:51:14 +00:00
Archive
AsmParser
Bitcode
CodeGen Clear virtual registers after they are no longer referenced. 2012-02-21 04:51:23 +00:00
DebugInfo
ExecutionEngine Remove dead code. Improve llvm_unreachable text. Simplify some control flow. 2012-02-19 11:37:01 +00:00
Linker
MC Switch the llvm::Triple class to immediately parse the triple string on 2012-02-21 03:39:36 +00:00
Object
Support Switch the llvm::Triple class to immediately parse the triple string on 2012-02-21 03:39:36 +00:00
TableGen StringRef'ize EmitSourceFileHeader(). 2012-02-19 11:35:20 +00:00
Target Clear virtual registers after they are no longer referenced. 2012-02-21 04:51:23 +00:00
Transforms Check for the correct size in the invariant marker. 2012-02-20 23:32:26 +00:00
VMCore Remove dead code. Improve llvm_unreachable text. Simplify some control flow. 2012-02-19 11:37:01 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile