llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 2f0ca79a75 Do not fold (zero_ext (sign_ext V)) -> (sign_ext V), they are not the same.
This fixes llvm-test/SingleSource/Regression/C/casts.c


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19519 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-12 18:51:15 +00:00
..
LegalizeDAG.cpp Fix sign extend to long. When coming from sbyte, we used to generate: 2005-01-12 18:19:52 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
SelectionDAG.cpp Do not fold (zero_ext (sign_ext V)) -> (sign_ext V), they are not the same. 2005-01-12 18:51:15 +00:00
SelectionDAGISel.cpp Add an option to view the selection dags as they are generated. 2005-01-12 03:41:21 +00:00
SelectionDAGPrinter.cpp Print the value types in the nodes of the graph 2005-01-11 22:21:04 +00:00
TargetLowering.cpp Clear the whole array, always. 2005-01-11 20:25:26 +00:00