llvm-6502/lib/CodeGen/SelectionDAG
Duncan Sands 8e4eb09b1e Remove comparison methods for MVT. The main cause
of apint codegen failure is the DAG combiner doing
the wrong thing because it was comparing MVT's using
< rather than comparing the number of bits.  Removing
the < method makes this mistake impossible to commit.
Instead, add helper methods for comparing bits and use
them.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52098 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-08 20:54:56 +00:00
..
CallingConvLower.cpp Wrap MVT::ValueType in a struct to get type safety 2008-06-06 12:08:01 +00:00
DAGCombiner.cpp Remove comparison methods for MVT. The main cause 2008-06-08 20:54:56 +00:00
LegalizeDAG.cpp Remove comparison methods for MVT. The main cause 2008-06-08 20:54:56 +00:00
LegalizeTypes.cpp Wrap MVT::ValueType in a struct to get type safety 2008-06-06 12:08:01 +00:00
LegalizeTypes.h Wrap MVT::ValueType in a struct to get type safety 2008-06-06 12:08:01 +00:00
LegalizeTypesExpand.cpp Remove comparison methods for MVT. The main cause 2008-06-08 20:54:56 +00:00
LegalizeTypesFloatToInt.cpp Remove comparison methods for MVT. The main cause 2008-06-08 20:54:56 +00:00
LegalizeTypesPromote.cpp Wrap MVT::ValueType in a struct to get type safety 2008-06-06 12:08:01 +00:00
LegalizeTypesScalarize.cpp Remove comparison methods for MVT. The main cause 2008-06-08 20:54:56 +00:00
LegalizeTypesSplit.cpp Remove comparison methods for MVT. The main cause 2008-06-08 20:54:56 +00:00
Makefile
ScheduleDAG.cpp Wrap MVT::ValueType in a struct to get type safety 2008-06-06 12:08:01 +00:00
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp Wrap MVT::ValueType in a struct to get type safety 2008-06-06 12:08:01 +00:00
SelectionDAG.cpp Remove comparison methods for MVT. The main cause 2008-06-08 20:54:56 +00:00
SelectionDAGISel.cpp Remove comparison methods for MVT. The main cause 2008-06-08 20:54:56 +00:00
SelectionDAGPrinter.cpp Wrap MVT::ValueType in a struct to get type safety 2008-06-06 12:08:01 +00:00
TargetLowering.cpp Remove comparison methods for MVT. The main cause 2008-06-08 20:54:56 +00:00