[llvm-commits] [llvm] r50931 - /llvm/trunk/test/CodeGen/X86/vec_shuffle-2.ll

Evan Cheng evan.cheng at apple.com
Fri May 9 19:22:25 PDT 2008


Author: evancheng
Date: Fri May  9 21:22:25 2008
New Revision: 50931

URL: http://llvm.org/viewvc/llvm-project?rev=50931&view=rev
Log:
Add nounwind.

Modified:
    llvm/trunk/test/CodeGen/X86/vec_shuffle-2.ll

Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle-2.ll?rev=50931&r1=50930&r2=50931&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle-2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle-2.ll Fri May  9 21:22:25 2008
@@ -3,7 +3,7 @@
 ; RUN: grep pshuflw %t | count 1
 ; RUN: grep movhps  %t | count 1
 
-define void @test1(<2 x i64>* %res, <2 x i64>* %A) {
+define void @test1(<2 x i64>* %res, <2 x i64>* %A) nounwind {
 	%tmp = load <2 x i64>* %A		; <<2 x i64>> [#uses=1]
 	%tmp.upgrd.1 = bitcast <2 x i64> %tmp to <8 x i16>		; <<8 x i16>> [#uses=8]
 	%tmp0 = extractelement <8 x i16> %tmp.upgrd.1, i32 0		; <i16> [#uses=1]
@@ -27,7 +27,7 @@
 	ret void
 }
 
-define void @test2(<4 x float>* %r, <2 x i32>* %A) {
+define void @test2(<4 x float>* %r, <2 x i32>* %A) nounwind {
 	%tmp = load <4 x float>* %r		; <<4 x float>> [#uses=2]
 	%tmp.upgrd.3 = bitcast <2 x i32>* %A to double*		; <double*> [#uses=1]
 	%tmp.upgrd.4 = load double* %tmp.upgrd.3		; <double> [#uses=1]





More information about the llvm-commits mailing list