summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/SystemZ/03-RetXorImmSubreg.ll
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:24:41 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:24:41 +0000
commit8f79e9d37ec13b613de66d83acec499b4489f78b (patch)
tree86dbdb28551cd4b73b7f81704c3717d62a4b742a /test/CodeGen/SystemZ/03-RetXorImmSubreg.ll
parentd74629f6650747ee4c51cd670282cada97ca7403 (diff)
downloadexternal_llvm-8f79e9d37ec13b613de66d83acec499b4489f78b.zip
external_llvm-8f79e9d37ec13b613de66d83acec499b4489f78b.tar.gz
external_llvm-8f79e9d37ec13b613de66d83acec499b4489f78b.tar.bz2
Lower anyext to zext, 32-bit stuff does not have any implicit zero-extension side effects
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76035 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SystemZ/03-RetXorImmSubreg.ll')
-rw-r--r--test/CodeGen/SystemZ/03-RetXorImmSubreg.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/SystemZ/03-RetXorImmSubreg.ll b/test/CodeGen/SystemZ/03-RetXorImmSubreg.ll
index dc60334..78f344f 100644
--- a/test/CodeGen/SystemZ/03-RetXorImmSubreg.ll
+++ b/test/CodeGen/SystemZ/03-RetXorImmSubreg.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc -march=systemz | grep xilf | count 9
-; RUN: llvm-as < %s | llc -march=systemz | grep llgfr | count 3
-; RUN: llvm-as < %s | llc -march=systemz | grep lgfr | count 6
+; RUN: llvm-as < %s | llc -march=systemz | grep llgfr | count 6
+; RUN: llvm-as < %s | llc -march=systemz | grep lgfr | count 9
define i32 @foo1(i32 %a, i32 %b) {
entry: