summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/CellSPU/nand.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-03-25 20:20:11 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-03-25 20:20:11 +0000
commit2e9f42bed5578cde090bf7ff701572a2504b1297 (patch)
tree361bbe3ab59e2bbec56cab010b073ea5cbb7312b /llvm/test/CodeGen/CellSPU/nand.ll
parent612f8a48429e6d5cfbf7f90c467e00faa5e90109 (diff)
downloadbcm5719-llvm-2e9f42bed5578cde090bf7ff701572a2504b1297.tar.gz
bcm5719-llvm-2e9f42bed5578cde090bf7ff701572a2504b1297.zip
Revert 67132. This is breaking some objective-c apps.
Also fixes SDISel so it *does not* force promote return value if the function is not marked signext / zeroext. llvm-svn: 67701
Diffstat (limited to 'llvm/test/CodeGen/CellSPU/nand.ll')
-rw-r--r--llvm/test/CodeGen/CellSPU/nand.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/CellSPU/nand.ll b/llvm/test/CodeGen/CellSPU/nand.ll
index ccbd5d90e54..841a3ec54d6 100644
--- a/llvm/test/CodeGen/CellSPU/nand.ll
+++ b/llvm/test/CodeGen/CellSPU/nand.ll
@@ -1,6 +1,8 @@
; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
; RUN: grep nand %t1.s | count 90
-; RUN: grep and %t1.s | count 90
+; RUN: grep and %t1.s | count 94
+; RUN: grep xsbh %t1.s | count 2
+; RUN: grep xshw %t1.s | count 4
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"
OpenPOWER on IntegriCloud