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/Transforms/IndVarSimplify/eliminate-comparison.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/Transforms/IndVarSimplify/eliminate-comparison.ll')
-rw-r--r-- | test/Transforms/IndVarSimplify/eliminate-comparison.ll | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/test/Transforms/IndVarSimplify/eliminate-comparison.ll b/test/Transforms/IndVarSimplify/eliminate-comparison.ll index b48403e..4d14b36 100644 --- a/test/Transforms/IndVarSimplify/eliminate-comparison.ll +++ b/test/Transforms/IndVarSimplify/eliminate-comparison.ll @@ -16,7 +16,7 @@ entry: br i1 %cmp9, label %pre, label %return pre: - %t3 = load i32* %p + %t3 = load i32, i32* %p %tobool.not = icmp ne i32 %t3, 0 br label %loop @@ -27,7 +27,7 @@ loop: br i1 %cond, label %if.then, label %for.inc if.then: - %arrayidx = getelementptr [0 x double]* @X, i64 0, i64 %i + %arrayidx = getelementptr [0 x double], [0 x double]* @X, i64 0, i64 %i store double 3.200000e+00, double* %arrayidx br label %for.inc @@ -50,22 +50,22 @@ entry: br label %bb18 bb13: - %tmp66 = load i64** %tmp65, align 4 - %tmp68 = getelementptr inbounds i64* %tmp66, i32 %i - %tmp69 = load i64* %tmp68, align 4 - %tmp74 = load i64** %tmp73, align 4 - %tmp76 = getelementptr inbounds i64* %tmp74, i32 %i - %tmp77 = load i64* %tmp76, align 4 + %tmp66 = load i64*, i64** %tmp65, align 4 + %tmp68 = getelementptr inbounds i64, i64* %tmp66, i32 %i + %tmp69 = load i64, i64* %tmp68, align 4 + %tmp74 = load i64*, i64** %tmp73, align 4 + %tmp76 = getelementptr inbounds i64, i64* %tmp74, i32 %i + %tmp77 = load i64, i64* %tmp76, align 4 %tmp78 = icmp ugt i64 %tmp69, %tmp77 br i1 %tmp78, label %bb20.loopexit, label %bb15 bb15: - %tmp83 = load i64** %tmp82, align 4 - %tmp85 = getelementptr inbounds i64* %tmp83, i32 %i - %tmp86 = load i64* %tmp85, align 4 - %tmp91 = load i64** %tmp90, align 4 - %tmp93 = getelementptr inbounds i64* %tmp91, i32 %i - %tmp94 = load i64* %tmp93, align 4 + %tmp83 = load i64*, i64** %tmp82, align 4 + %tmp85 = getelementptr inbounds i64, i64* %tmp83, i32 %i + %tmp86 = load i64, i64* %tmp85, align 4 + %tmp91 = load i64*, i64** %tmp90, align 4 + %tmp93 = getelementptr inbounds i64, i64* %tmp91, i32 %i + %tmp94 = load i64, i64* %tmp93, align 4 %tmp95 = icmp ult i64 %tmp86, %tmp94 br i1 %tmp95, label %bb20.loopexit, label %bb17 |