diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2015-04-10 22:08:18 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-10 22:08:18 +0000 |
commit | 13a7db5b9c4f5e543d037be68ec3428216bfd550 (patch) | |
tree | 1b2c9792582e12f5af0b1512e3094425f0dc0df9 /test/CodeGen/X86/pre-ra-sched.ll | |
parent | 0eb46f5d1e06a4284663d636a74b06adc3a161d7 (diff) | |
parent | 31195f0bdca6ee2a5e72d07edf13e1d81206d949 (diff) | |
download | external_llvm-13a7db5b9c4f5e543d037be68ec3428216bfd550.zip external_llvm-13a7db5b9c4f5e543d037be68ec3428216bfd550.tar.gz external_llvm-13a7db5b9c4f5e543d037be68ec3428216bfd550.tar.bz2 |
am 31195f0b: Merge "Update aosp/master llvm for rebase to r233350"
* commit '31195f0bdca6ee2a5e72d07edf13e1d81206d949':
Update aosp/master llvm for rebase to r233350
Diffstat (limited to 'test/CodeGen/X86/pre-ra-sched.ll')
-rw-r--r-- | test/CodeGen/X86/pre-ra-sched.ll | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/test/CodeGen/X86/pre-ra-sched.ll b/test/CodeGen/X86/pre-ra-sched.ll index bb4c126..f8e196b 100644 --- a/test/CodeGen/X86/pre-ra-sched.ll +++ b/test/CodeGen/X86/pre-ra-sched.ll @@ -14,33 +14,33 @@ ; CHECK-NOT: Repushing ; CHECK: *** Final schedule define i32 @test(i8* %pin) #0 { - %g0 = getelementptr inbounds i8* %pin, i64 0 - %l0 = load i8* %g0, align 1 + %g0 = getelementptr inbounds i8, i8* %pin, i64 0 + %l0 = load i8, i8* %g0, align 1 - %g1a = getelementptr inbounds i8* %pin, i64 1 - %l1a = load i8* %g1a, align 1 + %g1a = getelementptr inbounds i8, i8* %pin, i64 1 + %l1a = load i8, i8* %g1a, align 1 %z1a = zext i8 %l1a to i32 - %g1b = getelementptr inbounds i8* %pin, i64 2 - %l1b = load i8* %g1b, align 1 + %g1b = getelementptr inbounds i8, i8* %pin, i64 2 + %l1b = load i8, i8* %g1b, align 1 %z1b = zext i8 %l1b to i32 %c1 = icmp ne i8 %l0, 0 %x1 = xor i32 %z1a, %z1b %s1 = select i1 %c1, i32 %z1a, i32 %x1 - %g2a = getelementptr inbounds i8* %pin, i64 3 - %l2a = load i8* %g2a, align 1 + %g2a = getelementptr inbounds i8, i8* %pin, i64 3 + %l2a = load i8, i8* %g2a, align 1 %z2a = zext i8 %l2a to i32 - %g2b = getelementptr inbounds i8* %pin, i64 4 - %l2b = load i8* %g2b, align 1 + %g2b = getelementptr inbounds i8, i8* %pin, i64 4 + %l2b = load i8, i8* %g2b, align 1 %z2b = zext i8 %l2b to i32 %x2 = xor i32 %z2a, %z2b %s2 = select i1 %c1, i32 %z2a, i32 %x2 - %g3a = getelementptr inbounds i8* %pin, i64 5 - %l3a = load i8* %g3a, align 1 + %g3a = getelementptr inbounds i8, i8* %pin, i64 5 + %l3a = load i8, i8* %g3a, align 1 %z3a = zext i8 %l3a to i32 - %g3b = getelementptr inbounds i8* %pin, i64 6 - %l3b = load i8* %g3b, align 1 + %g3b = getelementptr inbounds i8, i8* %pin, i64 6 + %l3b = load i8, i8* %g3b, align 1 %z3b = zext i8 %l3b to i32 %x3 = xor i32 %z3a, %z3b %s3 = select i1 %c1, i32 %z3a, i32 %x3 |