llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 4aafb4ff92 Add a simple missing fold to produce this:
subfic r3, r2, 33

instead of this:

        subfic r2, r2, 32
        addi r3, r2, 1


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25255 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-12 20:22:43 +00:00
..
DAGCombiner.cpp Add a simple missing fold to produce this: 2006-01-12 20:22:43 +00:00
LegalizeDAG.cpp Allow custom lowering of DYNAMIC_STACKALLOC. 2006-01-11 22:14:47 +00:00
Makefile
ScheduleDAG.cpp purity++ 2005-12-29 05:59:19 +00:00
SelectionDAG.cpp ignore register #0 2006-01-11 22:13:48 +00:00
SelectionDAGISel.cpp Added selection DAG support for the extractelement operation. 2006-01-10 19:04:57 +00:00
SelectionDAGPrinter.cpp Added an index field to GlobalAddressSDNode so it can represent X+12, etc. 2005-11-30 02:04:11 +00:00
TargetLowering.cpp Lefted out TargetLowering:: 2005-12-21 23:14:54 +00:00