view test/CodeGen/X86/2008-10-06-MMXISelBug.ll @ 33:e4204d083e25

LLVM 3.5
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Thu, 12 Dec 2013 14:32:10 +0900
parents 95c75e76d11b
children
line wrap: on
line source

; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2
; PR2850

@tmp_V2i = common global <2 x i32> zeroinitializer		; <<2 x i32>*> [#uses=2]

define void @f0() nounwind {
entry:
	%0 = load <2 x i32>* @tmp_V2i, align 8		; <<2 x i32>> [#uses=1]
	%1 = shufflevector <2 x i32> %0, <2 x i32> undef, <2 x i32> zeroinitializer		; <<2 x i32>> [#uses=1]
	store <2 x i32> %1, <2 x i32>* @tmp_V2i, align 8
	ret void
}