llvm-6502/test/CodeGen/CellSPU
Scott Michel c9c8b2a804 CellSPU:
- Rename fcmp.ll test to fcmp32.ll, start adding new double tests to fcmp64.ll
- Fix select_bits.ll test
- Capitulate to the DAGCombiner and move i64 constant loads to instruction
  selection (SPUISelDAGtoDAG.cpp).

  <rant>DAGCombiner will insert all kinds of 64-bit optimizations after
  operation legalization occurs and now we have to do most of the work that
  instruction selection should be doing twice (once to determine if v2i64
  build_vector can be handled by SelectCode(), which then runs all of the
  predicates a second time to select the necessary instructions.) But,
  CellSPU is a good citizen.</rant>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62990 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-26 03:31:40 +00:00
..
useful-harnesses - Convert remaining i64 custom lowering into custom instruction emission 2009-01-15 04:41:47 +00:00
2009-01-01-BrCond.ll CellSPU: 2009-01-03 00:27:53 +00:00
and_ops.ll
call_indirect.ll - Remove Tilmann's custom truncate lowering: it completely hosed over 2008-12-27 04:51:36 +00:00
call.ll CellSPU: 2008-12-09 06:12:03 +00:00
ctpop.ll
dg.exp
dp_farith.ll
eqv.ll
extract_elt.ll CellSPU: test should use shlqby, not shlqbyi 2008-11-25 01:30:37 +00:00
fcmp32.ll CellSPU: 2009-01-26 03:31:40 +00:00
fcmp64.ll CellSPU: 2009-01-26 03:31:40 +00:00
fdiv.ll - Start moving target-dependent nodes that could be represented by an 2008-12-30 23:28:25 +00:00
fneg-fabs.ll CellSPU: 2009-01-26 03:31:40 +00:00
i8ops.ll CellSPU: 2009-01-05 01:35:22 +00:00
i64ops.ll - Convert remaining i64 custom lowering into custom instruction emission 2009-01-15 04:41:47 +00:00
icmp8.ll
icmp16.ll APIntify a test which is potentially unsafe otherwise, and fix the 2008-11-30 04:59:26 +00:00
icmp32.ll
icmp64.ll CellSPU: 2009-01-05 04:05:53 +00:00
immed16.ll
immed32.ll Fix some tests. The grep for "il" was matching "file". 2008-12-03 17:14:56 +00:00
immed64.ll Fix some tests. The grep for "il" was matching "file". 2008-12-03 17:14:56 +00:00
int2fp.ll
intrinsics_branch.ll
intrinsics_float.ll
intrinsics_logical.ll
loads.ll CellSPU: 2008-11-21 02:56:16 +00:00
mul_ops.ll - Start moving target-dependent nodes that could be represented by an 2008-12-30 23:28:25 +00:00
nand.ll
or_ops.ll
private.ll Add the private linkage. 2009-01-15 20:18:42 +00:00
rotate_ops.ll Revert the "XFAIL" for the rotate_ops.ll testcase. Instead, mark ISD::ROTR 2008-08-31 02:59:23 +00:00
select_bits.ll CellSPU: 2009-01-26 03:31:40 +00:00
shift_ops.ll CellSPU: 2009-01-26 03:31:40 +00:00
sp_farith.ll
stores.ll - Remove Tilmann's custom truncate lowering: it completely hosed over 2008-12-27 04:51:36 +00:00
struct_1.ll - Remove Tilmann's custom truncate lowering: it completely hosed over 2008-12-27 04:51:36 +00:00
trunc.ll - Remove Tilmann's custom truncate lowering: it completely hosed over 2008-12-27 04:51:36 +00:00
vec_const.ll Fix some tests. The grep for "il" was matching "file". 2008-12-03 17:14:56 +00:00
vecinsert.ll Fix some tests. The grep for "il" was matching "file". 2008-12-03 17:14:56 +00:00