llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 4eebb60f84 If the target doesn't support f32 natively, insert the FP_EXTEND in target-indep
code, so that the LowerReturn code doesn't have to handle it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25482 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-20 18:38:32 +00:00
..
DAGCombiner.cpp Get rid of code in the DAGCombiner that is duplicated in SelectionDAG.cpp 2006-01-18 22:35:16 +00:00
LegalizeDAG.cpp If the target doesn't support f32 natively, insert the FP_EXTEND in target-indep 2006-01-20 18:38:32 +00:00
Makefile
ScheduleDAG.cpp
SelectionDAG.cpp Constant fold ctpop/ctlz/cttz, and a couple other small cleanups 2006-01-16 08:07:10 +00:00
SelectionDAGISel.cpp If the target doesn't support f32 natively, insert the FP_EXTEND in target-indep 2006-01-20 18:38:32 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp