llvm-6502/test/CodeGen/CellSPU
Kalle Raiskila 8258135c90 Zap some redundant 'ori $?, $?, 0' from SPU.
Also remove some code that died in the process.
One now non-existant ori is checked for.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115306 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-01 09:20:01 +00:00
..
useful-harnesses Teach lit that the .c files in 'test/CodeGen/CellSPU/useful-harnesses' aren't tests. 2009-10-19 03:53:55 +00:00
2009-01-01-BrCond.ll Revert the main portion of r31856. It was causing BranchFolding 2009-10-22 00:03:58 +00:00
2010-04-07-DbgValueOtherTargets.ll Split big test into multiple directories to cater to 2010-04-07 20:43:35 +00:00
and_ops.ll Revert this dag combine change: 2009-12-17 00:40:05 +00:00
arg_ret.ll Zap some redundant 'ori $?, $?, 0' from SPU. 2010-10-01 09:20:01 +00:00
bigstack.ll Have SPU handle halfvec stores aligned by 8 bytes. 2010-08-09 16:33:00 +00:00
bss.ll Make sure this test tests something. 2010-04-09 19:03:31 +00:00
call_indirect.ll Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. 2010-07-16 04:45:42 +00:00
call.ll Fix SPU BE to use all the available return registers. 2010-08-24 11:50:48 +00:00
crash.ll teach cellspu how to return i8 and i16 from calls, 2010-04-20 05:36:09 +00:00
ctpop.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
dg.exp sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
dp_farith.ll Delete useless trailing semicolons. 2010-01-05 17:55:26 +00:00
eqv.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
extract_elt.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
fcmp32.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
fcmp64.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
fdiv.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
fneg-fabs.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
i8ops.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
i64ops.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
icmp8.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
icmp16.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
icmp32.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
icmp64.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
immed16.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
immed32.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
immed64.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
int2fp.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
intrinsics_branch.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
intrinsics_float.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
intrinsics_logical.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
jumptable.ll Mark the SPU 'lr' instruction to never have side effects. 2010-06-21 15:08:16 +00:00
loads.ll Fix some tests that didn't test anything. 2010-06-26 20:05:06 +00:00
mul_ops.ll Teach dag combine to fold the following transformation more aggressively: 2010-01-06 19:38:29 +00:00
mul-with-overflow.ll Eliminate more uses of llvm-as and llvm-dis. 2009-09-09 00:09:15 +00:00
nand.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
or_ops.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
private.ll Delete useless trailing semicolons. 2010-01-05 17:55:26 +00:00
rotate_ops.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
select_bits.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
sext128.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
shift_ops.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
shuffles.ll Fix CellSPU vector shuffles, again. 2010-09-08 11:53:38 +00:00
sp_farith.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
stores.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
storestruct.ll "on the rare occasion the SPU BE produces illegal assembly - it tries to emit an add instruction of the form 'a reg, reg, imm'." 2010-05-04 17:58:46 +00:00
struct_1.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
sub_ops.ll Fix encoding of 'sf' and 'sfh' instructions. 2010-05-10 08:13:49 +00:00
trunc.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
v2f32.ll Remove all traces of v2[i,f]32 on SPU. 2010-08-18 10:04:39 +00:00
v2i32.ll Change SPU register re-interpretations from OR to COPY_TO_REGCLASS instruction. 2010-09-16 12:29:33 +00:00
vec_const.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
vecinsert.ll Fix SPU to cope with vector insertelement to an undef position. 2010-06-09 09:58:17 +00:00