llvm-6502/lib/CodeGen/InstrSelection
Misha Brukman d15cd2752f I have finally seen the light. The code to change the opcode must live higher in
the loop, and in both cases. In the first case, it is a VReg that is a constant
so it may be actually converted to a constant. In the second case, it is already
a constant, but then if it doesn't change its type (e.g. to become a register
and have the value loaded from memory if it is too large to live in its
instruction field), we must change the opcode BEFORE the 'continue', otherwise
we miss the opportunity.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6602 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-04 04:54:06 +00:00
..
InstrForest.cpp Use newly-added type inspection support in InstTreeNode subclasses. 2002-08-24 21:02:09 +00:00
InstrSelection.cpp Added MachineCodeForInstruction object as an argument to 2003-05-31 07:41:24 +00:00
InstrSelectionSupport.cpp I have finally seen the light. The code to change the opcode must live higher in 2003-06-04 04:54:06 +00:00
Makefile Remove source list. 2001-08-28 23:16:59 +00:00