llvm-6502/lib/CodeGen/SelectionDAG
Andrew Lenharth f2eb1396b8 2 fixes:
1: Legalize operand in UINT_TO_FP expanision

2: SRA x, const i8 was not promoting the constant to shift amount type.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22337 91177308-0d34-0410-b5e6-96231b3b80d8
2005-07-05 19:52:39 +00:00
..
LegalizeDAG.cpp 2 fixes: 2005-07-05 19:52:39 +00:00
Makefile
SelectionDAG.cpp restore old srcValueNode behavior and try to to work around it 2005-06-29 18:54:02 +00:00
SelectionDAGISel.cpp restore old srcValueNode behavior and try to to work around it 2005-06-29 18:54:02 +00:00
SelectionDAGPrinter.cpp Print SrcValue nodes correctly 2005-05-09 04:08:27 +00:00
TargetLowering.cpp