diff options
| author | Bill Wendling <isanbard@gmail.com> | 2008-08-31 02:59:23 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2008-08-31 02:59:23 +0000 |
| commit | aebd2662d3c28a2b7bacae6938ccdd75e7f7961e (patch) | |
| tree | 0e39c90d2cc3732388b7765d07226f6ac8592ba9 /llvm/test/CodeGen/CellSPU | |
| parent | 62cf24343c80e7b59d79d39e8aa50af817a04062 (diff) | |
| download | bcm5719-llvm-aebd2662d3c28a2b7bacae6938ccdd75e7f7961e.tar.gz bcm5719-llvm-aebd2662d3c28a2b7bacae6938ccdd75e7f7961e.zip | |
Revert the "XFAIL" for the rotate_ops.ll testcase. Instead, mark ISD::ROTR
instructions in CellSPU as "Expand" so that they won't be generated. I added a
"FIXME" so that this hack can be addressed and reverted once ISD::ROTR is
supported in the .td files.
llvm-svn: 55582
Diffstat (limited to 'llvm/test/CodeGen/CellSPU')
| -rw-r--r-- | llvm/test/CodeGen/CellSPU/rotate_ops.ll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/CellSPU/rotate_ops.ll b/llvm/test/CodeGen/CellSPU/rotate_ops.ll index 9c7ebeb97dd..e308172486a 100644 --- a/llvm/test/CodeGen/CellSPU/rotate_ops.ll +++ b/llvm/test/CodeGen/CellSPU/rotate_ops.ll @@ -8,11 +8,6 @@ ; RUN grep rothi.*,.3 %t1.s | count 1 ; RUN: grep andhi %t1.s | count 4 ; RUN: grep shlhi %t1.s | count 4 -; XFAIL: * - -;; FIXME: ROTR hasn't been implemented in CellSPU! It's marked as a "legal" -;; operation, but if used, the code generator complains that it can't -;; be selected. target datalayout = "E-p:32:32:128-f64:64:128-f32:32:128-i64:32:128-i32:32:128-i16:16:128-i8:8:128-i1:8:128-a0:0:128-v128:128:128-s0:128:128" target triple = "spu" |

