Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/X86/scalarize-bitcast.ll @ 95:afa8332a0e37 LLVM3.8
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 95c75e76d11b |
children | 803732b1fca8 |
line wrap: on
line diff
--- a/test/CodeGen/X86/scalarize-bitcast.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/CodeGen/X86/scalarize-bitcast.ll Tue Oct 13 17:48:58 2015 +0900 @@ -6,7 +6,7 @@ define void @mmxCombineMaskU(i32* nocapture %src, i32* nocapture %mask) nounwind { entry: - %tmp1 = load i32* %src ; <i32> [#uses=1] + %tmp1 = load i32, i32* %src ; <i32> [#uses=1] %0 = insertelement <2 x i32> undef, i32 %tmp1, i32 0 ; <<2 x i32>> [#uses=1] %1 = insertelement <2 x i32> %0, i32 0, i32 1 ; <<2 x i32>> [#uses=1] %conv.i.i = bitcast <2 x i32> %1 to <1 x i64> ; <<1 x i64>> [#uses=1] @@ -21,7 +21,7 @@ %tmp24.i = extractelement <1 x i64> %tmp10.i, i32 0 ; <i64> [#uses=1] %tmp10 = bitcast i64 %tmp24.i to <1 x i64> ; <<1 x i64>> [#uses=1] %tmp7 = extractelement <1 x i64> %tmp10, i32 0 ; <i64> [#uses=1] - %call6 = tail call i32 (...)* @store8888(i64 %tmp7) ; <i32> [#uses=1] + %call6 = tail call i32 (...) @store8888(i64 %tmp7) ; <i32> [#uses=1] store i32 %call6, i32* %src ret void }