summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/xmm-r64.ll
blob: 2a6b5c71aa4f7b1ae5e55e63c94d19d350ae4769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; RUN: llc < %s -march=x86-64

define <4 x i32> @test() {
        %tmp1039 = call <4 x i32> @llvm.x86.sse2.psll.d( <4 x i32> zeroinitializer, <4 x i32> zeroinitializer )               ; <<4 x i32>> [#uses=1]
        %tmp1040 = bitcast <4 x i32> %tmp1039 to <2 x i64>              ; <<2 x i64>> [#uses=1]
        %tmp1048 = add <2 x i64> %tmp1040, zeroinitializer              ; <<2 x i64>> [#uses=1]
        %tmp1048.upgrd.1 = bitcast <2 x i64> %tmp1048 to <4 x i32>              ; <<4 x i32>> [#uses=1]
        ret <4 x i32> %tmp1048.upgrd.1
}

declare <4 x i32> @llvm.x86.sse2.psll.d(<4 x i32>, <4 x i32>)