diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2015-04-08 08:55:49 -0700 |
---|---|---|
committer | Pirama Arumuga Nainar <pirama@google.com> | 2015-04-09 15:04:38 -0700 |
commit | 4c5e43da7792f75567b693105cc53e3f1992ad98 (patch) | |
tree | 1b2c9792582e12f5af0b1512e3094425f0dc0df9 /test/Transforms/SLPVectorizer/X86/crash_lencod.ll | |
parent | c75239e6119d0f9a74c57099d91cbc9bde56bf33 (diff) | |
download | external_llvm-4c5e43da7792f75567b693105cc53e3f1992ad98.zip external_llvm-4c5e43da7792f75567b693105cc53e3f1992ad98.tar.gz external_llvm-4c5e43da7792f75567b693105cc53e3f1992ad98.tar.bz2 |
Update aosp/master llvm for rebase to r233350
Change-Id: I07d935f8793ee8ec6b7da003f6483046594bca49
Diffstat (limited to 'test/Transforms/SLPVectorizer/X86/crash_lencod.ll')
-rw-r--r-- | test/Transforms/SLPVectorizer/X86/crash_lencod.ll | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/Transforms/SLPVectorizer/X86/crash_lencod.ll b/test/Transforms/SLPVectorizer/X86/crash_lencod.ll index c02e1fa..70b13fd 100644 --- a/test/Transforms/SLPVectorizer/X86/crash_lencod.ll +++ b/test/Transforms/SLPVectorizer/X86/crash_lencod.ll @@ -68,23 +68,23 @@ if.end103: ; preds = %if.else, %if.then88 define void @intrapred_luma() { entry: %conv153 = trunc i32 undef to i16 - %arrayidx154 = getelementptr inbounds [13 x i16]* undef, i64 0, i64 12 + %arrayidx154 = getelementptr inbounds [13 x i16], [13 x i16]* undef, i64 0, i64 12 store i16 %conv153, i16* %arrayidx154, align 8 - %arrayidx155 = getelementptr inbounds [13 x i16]* undef, i64 0, i64 11 + %arrayidx155 = getelementptr inbounds [13 x i16], [13 x i16]* undef, i64 0, i64 11 store i16 %conv153, i16* %arrayidx155, align 2 - %arrayidx156 = getelementptr inbounds [13 x i16]* undef, i64 0, i64 10 + %arrayidx156 = getelementptr inbounds [13 x i16], [13 x i16]* undef, i64 0, i64 10 store i16 %conv153, i16* %arrayidx156, align 4 ret void } define fastcc void @dct36(double* %inbuf) { entry: - %arrayidx41 = getelementptr inbounds double* %inbuf, i64 2 - %arrayidx44 = getelementptr inbounds double* %inbuf, i64 1 - %0 = load double* %arrayidx44, align 8 + %arrayidx41 = getelementptr inbounds double, double* %inbuf, i64 2 + %arrayidx44 = getelementptr inbounds double, double* %inbuf, i64 1 + %0 = load double, double* %arrayidx44, align 8 %add46 = fadd double %0, undef store double %add46, double* %arrayidx41, align 8 - %1 = load double* %inbuf, align 8 + %1 = load double, double* %inbuf, align 8 %add49 = fadd double %1, %0 store double %add49, double* %arrayidx44, align 8 ret void |