[llvm] r228541 - fix test attributes; these are SSE2 tests, not Nehalem tests

Sanjay Patel spatel at rotateright.com
Sun Feb 8 12:50:58 PST 2015


Author: spatel
Date: Sun Feb  8 14:50:58 2015
New Revision: 228541

URL: http://llvm.org/viewvc/llvm-project?rev=228541&view=rev
Log:
fix test attributes; these are SSE2 tests, not Nehalem tests

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

Modified: llvm/trunk/test/CodeGen/X86/win_cst_pool.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/win_cst_pool.ll?rev=228541&r1=228540&r2=228541&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/win_cst_pool.ll (original)
+++ llvm/trunk/test/CodeGen/X86/win_cst_pool.ll Sun Feb  8 14:50:58 2015
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-win32 -mcpu=corei7 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-win32 -mattr=sse2 | FileCheck %s
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-pc-windows-msvc"
 





More information about the llvm-commits mailing list