[llvm-commits] [llvm] r46909 - /llvm/trunk/test/CodeGen/X86/byval7.ll

Dale Johannesen dalej at apple.com
Sat Feb 9 11:04:26 PST 2008


Author: johannes
Date: Sat Feb  9 13:04:25 2008
New Revision: 46909

URL: http://llvm.org/viewvc/llvm-project?rev=46909&view=rev
Log:
Alignment of struct containing vectors depends on
whether SSE is present, on Darwin anyway.  Make it
explicit.


Modified:
    llvm/trunk/test/CodeGen/X86/byval7.ll

Modified: llvm/trunk/test/CodeGen/X86/byval7.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/byval7.ll?rev=46909&r1=46908&r2=46909&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/byval7.ll (original)
+++ llvm/trunk/test/CodeGen/X86/byval7.ll Sat Feb  9 13:04:25 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep add | grep 16
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | grep add | grep 16
 
 	%struct.S = type { <2 x i64> }
 





More information about the llvm-commits mailing list