[llvm] r228535 - fix test attributes; these are MMX tests, not Nehalem tests
Sanjay Patel
spatel at rotateright.com
Sun Feb 8 12:01:12 PST 2015
Author: spatel
Date: Sun Feb 8 14:01:12 2015
New Revision: 228535
URL: http://llvm.org/viewvc/llvm-project?rev=228535&view=rev
Log:
fix test attributes; these are MMX tests, not Nehalem tests
Modified:
llvm/trunk/test/CodeGen/X86/x86-64-psub.ll
Modified: llvm/trunk/test/CodeGen/X86/x86-64-psub.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/x86-64-psub.ll?rev=228535&r1=228534&r2=228535&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/x86-64-psub.ll (original)
+++ llvm/trunk/test/CodeGen/X86/x86-64-psub.ll Sun Feb 8 14:01:12 2015
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=x86_64-pc-linux -mcpu=corei7 < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-pc-linux -mattr=mmx < %s | FileCheck %s
; MMX packed sub opcodes were wrongly marked as commutative.
; This test checks that the operands of packed sub instructions are
More information about the llvm-commits
mailing list