summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fold-load.ll
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-08-18 05:02:36 +0000
committerNadav Rotem <nrotem@apple.com>2012-08-18 05:02:36 +0000
commitd5c66a0b1ff3cffc2c1dee7301bd36961af54efa (patch)
tree9a7af8cabc644666e88023d923796c420f437276 /test/CodeGen/X86/fold-load.ll
parentb5838689c6e204af3677df0ae10167f6070aba00 (diff)
downloadllvm-d5c66a0b1ff3cffc2c1dee7301bd36961af54efa.tar.gz
llvm-d5c66a0b1ff3cffc2c1dee7301bd36961af54efa.tar.bz2
llvm-d5c66a0b1ff3cffc2c1dee7301bd36961af54efa.tar.xz
Revert r162160 because it made a few buildbots fail.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162164 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fold-load.ll')
-rw-r--r--test/CodeGen/X86/fold-load.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/fold-load.ll b/test/CodeGen/X86/fold-load.ll
index d8366654c0..c961f7576f 100644
--- a/test/CodeGen/X86/fold-load.ll
+++ b/test/CodeGen/X86/fold-load.ll
@@ -57,13 +57,13 @@ entry:
%0 = load i32* %P, align 4
%1 = load i32* %Q, align 4
%2 = xor i32 %0, %1
- %3 = and i32 %2, 89947
+ %3 = and i32 %2, 65535
%4 = icmp eq i32 %3, 0
br i1 %4, label %exit, label %land.end
exit:
%shr.i.i19 = xor i32 %1, %0
- %5 = and i32 %shr.i.i19, 3456789123
+ %5 = and i32 %shr.i.i19, 2147418112
%6 = icmp eq i32 %5, 0
br label %land.end