1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/CodeGen
Vikram S. Adve 34b17e8a37 1. Add a bottom-up pass on BURG trees that is used to fix constant operands.
Needs to be bottom up because constant values may be forward-substituted
   to their uses (i.e., into the parent in the BURG tree).
2. Move most of the constant-fixup code into machine-indepedent file
   InstrSelectionSupport.cpp.

llvm-svn: 859
2001-10-17 23:57:50 +00:00
..
InstrSched Separate VM instruction that generates the instructions that compute a value 2001-10-17 23:55:16 +00:00
InstrSelection 1. Add a bottom-up pass on BURG trees that is used to fix constant operands. 2001-10-17 23:57:50 +00:00
RegAlloc changed debugg message printing - no change to useful code 2001-10-16 16:34:44 +00:00
MachineInstr.cpp 1. Add a bottom-up pass on BURG trees that is used to fix constant operands. 2001-10-17 23:57:50 +00:00
Makefile added RegAlloc Directory to DIRS 2001-09-14 21:28:17 +00:00