Add more patterns to match in the integer comparison test harnesses.
authorScott Michel <scottm@aero.org>
Thu, 20 Mar 2008 00:51:36 +0000 (00:51 +0000)
committerScott Michel <scottm@aero.org>
Thu, 20 Mar 2008 00:51:36 +0000 (00:51 +0000)
commit79698f60c4693ba305ba994b8349a3f6a6d6031e
tree1ffc7d2c88e9fd8d37352352917bda0dba0e1bc1
parent71d83741d21076f360ba1942a5a66e16c3a7c7d3
Add more patterns to match in the integer comparison test harnesses.
Fix bugs encountered, mostly due to range matching for immediates;
the CellSPU's 10-bit immediates are sign extended, covering a
larger range of unsigned values.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48575 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CellSPU/SPUISelDAGToDAG.cpp
lib/Target/CellSPU/SPUInstrInfo.td
lib/Target/CellSPU/SPUOperands.td
test/CodeGen/CellSPU/icmp16.ll
test/CodeGen/CellSPU/icmp32.ll
test/CodeGen/CellSPU/icmp8.ll