[llvm-commits] [llvm] r143291 - /llvm/trunk/test/CodeGen/X86/2011-10-18-FastISel-VectorParams.ll

Benjamin Kramer benny.kra at googlemail.com
Sat Oct 29 12:43:44 PDT 2011


Author: d0k
Date: Sat Oct 29 14:43:44 2011
New Revision: 143291

URL: http://llvm.org/viewvc/llvm-project?rev=143291&view=rev
Log:
Force SSE for this test.

Modified:
    llvm/trunk/test/CodeGen/X86/2011-10-18-FastISel-VectorParams.ll

Modified: llvm/trunk/test/CodeGen/X86/2011-10-18-FastISel-VectorParams.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2011-10-18-FastISel-VectorParams.ll?rev=143291&r1=143290&r2=143291&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2011-10-18-FastISel-VectorParams.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2011-10-18-FastISel-VectorParams.ll Sat Oct 29 14:43:44 2011
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86 -fast-isel < %s | FileCheck %s
+; RUN: llc -march=x86 -fast-isel -mattr=+sse < %s | FileCheck %s
 ; <rdar://problem/10215997>
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128-n8:16:32-S128"
 target triple = "i386-apple-macosx10.7"





More information about the llvm-commits mailing list