brintos

brintos / llvm-project-archived public Read only

0
0
Text · 613 B · 9fe5376 Raw
13 lines · plain
1; RUN: llc < %s -mtriple=x86_64--2 3define <4 x i32> @test() {4        %tmp1039 = call <4 x i32> @llvm.x86.sse2.psll.d( <4 x i32> zeroinitializer, <4 x i32> zeroinitializer )               ; <<4 x i32>> [#uses=1]5        %tmp1040 = bitcast <4 x i32> %tmp1039 to <2 x i64>              ; <<2 x i64>> [#uses=1]6        %tmp1048 = add <2 x i64> %tmp1040, zeroinitializer              ; <<2 x i64>> [#uses=1]7        %tmp1048.upgrd.1 = bitcast <2 x i64> %tmp1048 to <4 x i32>              ; <<4 x i32>> [#uses=1]8        ret <4 x i32> %tmp1048.upgrd.19}10 11declare <4 x i32> @llvm.x86.sse2.psll.d(<4 x i32>, <4 x i32>)12 13