Files
clang-p2996/llvm/include/llvm/CodeGen
Andrew Trick da84e64683 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.

llvm-svn: 151032
2012-02-21 04:51:23 +00:00
..
2012-01-18 23:52:12 +00:00
2011-11-14 17:45:03 +00:00
2012-02-10 19:27:34 +00:00
2011-06-01 23:32:40 +00:00
2012-01-12 23:14:13 +00:00