summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/CellSPU/sext128.ll6
-rw-r--r--llvm/test/CodeGen/CellSPU/shuffles.ll2
2 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/CellSPU/sext128.ll b/llvm/test/CodeGen/CellSPU/sext128.ll
index 8a5b609d79a..027c1c58afb 100644
--- a/llvm/test/CodeGen/CellSPU/sext128.ll
+++ b/llvm/test/CodeGen/CellSPU/sext128.ll
@@ -13,8 +13,8 @@ entry:
; CHECK: long 66051
; CHECK: long 67438087
; CHECK-NOT: rotqmbyi
-; CHECK: rotmai
; CHECK: lqa
+; CHECK: rotmai
; CHECK: shufb
}
@@ -27,8 +27,8 @@ entry:
; CHECK: long 269488144
; CHECK: long 66051
; CHECK-NOT: rotqmbyi
-; CHECK: rotmai
; CHECK: lqa
+; CHECK: rotmai
; CHECK: shufb
}
@@ -42,8 +42,8 @@ entry:
; CHECK: long 269488144
; CHECK: long 66051
; CHECK-NOT: rotqmbyi
-; CHECK: rotmai
; CHECK: lqa
+; CHECK: rotmai
; CHECK: shufb
}
diff --git a/llvm/test/CodeGen/CellSPU/shuffles.ll b/llvm/test/CodeGen/CellSPU/shuffles.ll
index 94b5fbd6baa..c88a258c26c 100644
--- a/llvm/test/CodeGen/CellSPU/shuffles.ll
+++ b/llvm/test/CodeGen/CellSPU/shuffles.ll
@@ -1,4 +1,4 @@
-; RUN: llc --march=cellspu < %s | FileCheck %s
+; RUN: llc -O1 --march=cellspu < %s | FileCheck %s
define <4 x float> @shuffle(<4 x float> %param1, <4 x float> %param2) {
; CHECK: cwd {{\$.}}, 0($sp)
OpenPOWER on IntegriCloud