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/scalar_widen_div.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/scalar_widen_div.ll')
-rw-r--r-- | test/CodeGen/X86/scalar_widen_div.ll | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/test/CodeGen/X86/scalar_widen_div.ll b/test/CodeGen/X86/scalar_widen_div.ll index 5807d5b..1671f8f 100644 --- a/test/CodeGen/X86/scalar_widen_div.ll +++ b/test/CodeGen/X86/scalar_widen_div.ll @@ -17,17 +17,17 @@ entry: store <2 x i32> addrspace(1)* %nsource, <2 x i32> addrspace(1)** %nsource.addr store <2 x i32> addrspace(1)* %dsource, <2 x i32> addrspace(1)** %dsource.addr store <2 x i32> addrspace(1)* %qdest, <2 x i32> addrspace(1)** %qdest.addr - %tmp = load <2 x i32> addrspace(1)** %qdest.addr - %tmp1 = load i32* %index - %arrayidx = getelementptr <2 x i32> addrspace(1)* %tmp, i32 %tmp1 - %tmp2 = load <2 x i32> addrspace(1)** %nsource.addr - %tmp3 = load i32* %index - %arrayidx4 = getelementptr <2 x i32> addrspace(1)* %tmp2, i32 %tmp3 - %tmp5 = load <2 x i32> addrspace(1)* %arrayidx4 - %tmp6 = load <2 x i32> addrspace(1)** %dsource.addr - %tmp7 = load i32* %index - %arrayidx8 = getelementptr <2 x i32> addrspace(1)* %tmp6, i32 %tmp7 - %tmp9 = load <2 x i32> addrspace(1)* %arrayidx8 + %tmp = load <2 x i32> addrspace(1)*, <2 x i32> addrspace(1)** %qdest.addr + %tmp1 = load i32, i32* %index + %arrayidx = getelementptr <2 x i32>, <2 x i32> addrspace(1)* %tmp, i32 %tmp1 + %tmp2 = load <2 x i32> addrspace(1)*, <2 x i32> addrspace(1)** %nsource.addr + %tmp3 = load i32, i32* %index + %arrayidx4 = getelementptr <2 x i32>, <2 x i32> addrspace(1)* %tmp2, i32 %tmp3 + %tmp5 = load <2 x i32>, <2 x i32> addrspace(1)* %arrayidx4 + %tmp6 = load <2 x i32> addrspace(1)*, <2 x i32> addrspace(1)** %dsource.addr + %tmp7 = load i32, i32* %index + %arrayidx8 = getelementptr <2 x i32>, <2 x i32> addrspace(1)* %tmp6, i32 %tmp7 + %tmp9 = load <2 x i32>, <2 x i32> addrspace(1)* %arrayidx8 %tmp10 = sdiv <2 x i32> %tmp5, %tmp9 store <2 x i32> %tmp10, <2 x i32> addrspace(1)* %arrayidx ret void @@ -180,10 +180,10 @@ bb.nph: for.body: %i.014 = phi i32 [ 0, %bb.nph ], [ %inc, %for.body ] - %arrayidx11 = getelementptr <3 x i32>* %dest, i32 %i.014 - %tmp4 = load <3 x i32>* %arrayidx11 ; <<3 x i32>> [#uses=1] - %arrayidx7 = getelementptr inbounds <3 x i32>* %old, i32 %i.014 - %tmp8 = load <3 x i32>* %arrayidx7 ; <<3 x i32>> [#uses=1] + %arrayidx11 = getelementptr <3 x i32>, <3 x i32>* %dest, i32 %i.014 + %tmp4 = load <3 x i32>, <3 x i32>* %arrayidx11 ; <<3 x i32>> [#uses=1] + %arrayidx7 = getelementptr inbounds <3 x i32>, <3 x i32>* %old, i32 %i.014 + %tmp8 = load <3 x i32>, <3 x i32>* %arrayidx7 ; <<3 x i32>> [#uses=1] %div = sdiv <3 x i32> %tmp4, %tmp8 store <3 x i32> %div, <3 x i32>* %arrayidx11 %inc = add nsw i32 %i.014, 1 |