Rename LowerSubregs to ExpandPostRAPseudos.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 25 Sep 2011 16:46:00 +0000 (16:46 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 25 Sep 2011 16:46:00 +0000 (16:46 +0000)
commitfb96574fca53631bb643307c4f1fa8f808d45fc1
tree47ab17fa36a73430f721982d570e01de53d174cb
parentdd16400033f369a790c4b5384e7117f3cba1d1ae
Rename LowerSubregs to ExpandPostRAPseudos.

I'll fix the file contents in the next commit.

This pass is currently expanding the COPY and SUBREG_TO_REG pseudos. I
am going to add a hook so targets can expand more pseudo-instructions
after register allocation.

Many targets have pseudo-instructions that assist the register
allocator.  They can be expanded after register allocation, before PEI
and PostRA scheduling.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140469 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CMakeLists.txt
lib/CodeGen/ExpandPostRAPseudos.cpp [new file with mode: 0644]
lib/CodeGen/LowerSubregs.cpp [deleted file]