1. Add a bottom-up pass on BURG trees that is used to fix constant operands.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 17 Oct 2001 23:57:50 +0000 (23:57 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 17 Oct 2001 23:57:50 +0000 (23:57 +0000)
commit6d35326cd549163a9af189dddca45c92f6014242
treefc411f113b666c8b1c2dd08f3e674548fc97bf00
parentf43e3366efa9a3a9f54f886bd6022c2f003adf53
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@859 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/InstrSelection/InstrSelection.cpp
lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
lib/CodeGen/MachineInstr.cpp
lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp