[llvm-commits] [llvm] r93279 - /llvm/trunk/test/CodeGen/X86/2010-01-07-UAMemFeature.ll

Jeffrey Yasskin jyasskin at google.com
Tue Jan 12 16:31:43 PST 2010


Author: jyasskin
Date: Tue Jan 12 18:31:43 2010
New Revision: 93279

URL: http://llvm.org/viewvc/llvm-project?rev=93279&view=rev
Log:
Try to fix the ARM and PPC buildbots. The -mattr=vector-unaligned-mem
flag doesn't exist there, and this is an x86 test.


Modified:
    llvm/trunk/test/CodeGen/X86/2010-01-07-UAMemFeature.ll

Modified: llvm/trunk/test/CodeGen/X86/2010-01-07-UAMemFeature.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2010-01-07-UAMemFeature.ll?rev=93279&r1=93278&r2=93279&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2010-01-07-UAMemFeature.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2010-01-07-UAMemFeature.ll Tue Jan 12 18:31:43 2010
@@ -1,4 +1,4 @@
-; RUN: llc -mattr=vector-unaligned-mem < %s | FileCheck %s
+; RUN: llc -mattr=vector-unaligned-mem -march=x86 < %s | FileCheck %s
 ; CHECK: addps (
 
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"





More information about the llvm-commits mailing list