More working CellSPU test cases:
authorScott Michel <scottm@aero.org>
Wed, 19 Dec 2007 20:50:49 +0000 (20:50 +0000)
committerScott Michel <scottm@aero.org>
Wed, 19 Dec 2007 20:50:49 +0000 (20:50 +0000)
commit0a92af487b8ae5d004a3460e3518a3815d9b36a8
tree8c044831565392edb47310097faaf93a42beaf42
parent170783a5fc13fff2878d4d347d8bd9096f2ef8d9
More working CellSPU test cases:
- call.ll: Function call
- ctpop.ll: Count population
- dp_farith.ll: DP arithmetic
- eqv.ll: Equivalence primitives
- fcmp.ll: SP comparisons
- fdiv.ll: SP division
- fneg-fabs.ll: SP negation, aboslute value
- int2fp.ll: Integer -> SP conversion
- rotate_ops.ll: Rotation primitives
- select_bits.ll: (a & c) | (b & ~c) bit selection
- shift_ops.ll: Shift primitives
- sp_farith.ll: SP arithmentic

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45217 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
test/CodeGen/CellSPU/call.ll [new file with mode: 0644]
test/CodeGen/CellSPU/ctpop.ll [new file with mode: 0644]
test/CodeGen/CellSPU/dp_farith.ll [new file with mode: 0644]
test/CodeGen/CellSPU/eqv.ll [new file with mode: 0644]
test/CodeGen/CellSPU/fcmp.ll [new file with mode: 0644]
test/CodeGen/CellSPU/fdiv.ll [new file with mode: 0644]
test/CodeGen/CellSPU/fneg-fabs.ll [new file with mode: 0644]
test/CodeGen/CellSPU/int2fp.ll [new file with mode: 0644]
test/CodeGen/CellSPU/rotate_ops.ll [new file with mode: 0644]
test/CodeGen/CellSPU/select_bits.ll [new file with mode: 0644]
test/CodeGen/CellSPU/shift_ops.ll [new file with mode: 0644]
test/CodeGen/CellSPU/sp_farith.ll [new file with mode: 0644]