[llvm-commits] [llvm] r51599 - /llvm/trunk/test/CodeGen/X86/pmul.ll

Dan Gohman gohman at apple.com
Tue May 27 10:44:23 PDT 2008


Author: djg
Date: Tue May 27 12:44:23 2008
New Revision: 51599

URL: http://llvm.org/viewvc/llvm-project?rev=51599&view=rev
Log:
Make this test independent of the target-triple; the stack alignment
is specifically what this test depends on.

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

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

==============================================================================
--- llvm/trunk/test/CodeGen/X86/pmul.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pmul.ll Tue May 27 12:44:23 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -mtriple=i686-apple-darwin8.8.0 > %t
+; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -stack-alignment=16 > %t
 ; RUN: grep pmul %t | count 6
 ; RUN: grep mov %t | count 8
 





More information about the llvm-commits mailing list