[llvm] r231516 - fixed to test only the feature, not the feature and a CPU

Sanjay Patel spatel at rotateright.com
Fri Mar 6 12:58:15 PST 2015


Author: spatel
Date: Fri Mar  6 14:58:15 2015
New Revision: 231516

URL: http://llvm.org/viewvc/llvm-project?rev=231516&view=rev
Log:
fixed to test only the feature, not the feature and a CPU

Modified:
    llvm/trunk/test/CodeGen/X86/avx-vzeroupper.ll

Modified: llvm/trunk/test/CodeGen/X86/avx-vzeroupper.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/avx-vzeroupper.ll?rev=231516&r1=231515&r2=231516&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/avx-vzeroupper.ll (original)
+++ llvm/trunk/test/CodeGen/X86/avx-vzeroupper.ll Fri Mar  6 14:58:15 2015
@@ -1,4 +1,4 @@
-; RUN: llc < %s -x86-use-vzeroupper -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -mattr=+avx | FileCheck %s
+; RUN: llc < %s -x86-use-vzeroupper -mtriple=x86_64-apple-darwin -mattr=+avx | FileCheck %s
 
 declare i32 @foo()
 declare <4 x float> @do_sse(<4 x float>)





More information about the llvm-commits mailing list