llvm-6502/lib
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
..
Analysis
Archive
AsmParser
Bitcode Turn stdout into binary mode during bitcode emission. 2008-06-06 07:24:01 +00:00
CodeGen Remove comparison methods for MVT. The main cause 2008-06-08 20:54:56 +00:00
Debugger
ExecutionEngine
Linker
Support
System Provide hooks for libgcc symbols' address resolution inside lli on mingw32. 2008-06-06 07:20:07 +00:00
Target Remove comparison methods for MVT. The main cause 2008-06-08 20:54:56 +00:00
Transforms Remove comparison methods for MVT. The main cause 2008-06-08 20:54:56 +00:00
VMCore get rid of ExtractValueInst::init's Value argument, it is already passed to the UnaryInstruction ctor 2008-06-06 21:06:32 +00:00
Makefile