llvm-6502/lib/CodeGen/SelectionDAG
Dan Gohman 9e255b7df5 Fix a regression in 403.gcc and 186.crafty introduced in 47383. To test
that a value is >= 32, check that all of the high bits are zero, not
just one or more.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47467 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-22 01:12:31 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp Add explicit keywords. 2008-02-20 16:44:09 +00:00
LegalizeDAG.cpp Fix a regression in 403.gcc and 186.crafty introduced in 47383. To test 2008-02-22 01:12:31 +00:00
LegalizeTypes.cpp
LegalizeTypes.h LegalizeTypes support for scalarizing a vector store 2008-02-20 17:38:09 +00:00
LegalizeTypesExpand.cpp Fix a regression in 403.gcc and 186.crafty introduced in 47383. To test 2008-02-22 01:12:31 +00:00
LegalizeTypesPromote.cpp
LegalizeTypesScalarize.cpp LegalizeTypes support for scalarizing a vector store 2008-02-20 17:38:09 +00:00
LegalizeTypesSplit.cpp LegalizeTypes support for scalarizing a vector store 2008-02-20 17:38:09 +00:00
Makefile
ScheduleDAG.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
SelectionDAG.cpp Better names as per Evan's request 2008-02-21 16:11:38 +00:00
SelectionDAGISel.cpp Make the clobber analysis a bit more smart: we only are careful about 2008-02-21 20:54:31 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp