[llvm] r232398 - fixed to test feature, not CPU
    Sanjay Patel 
    spatel at rotateright.com
       
    Mon Mar 16 11:24:28 PDT 2015
    
    
  
Author: spatel
Date: Mon Mar 16 13:24:28 2015
New Revision: 232398
URL: http://llvm.org/viewvc/llvm-project?rev=232398&view=rev
Log:
fixed to test feature, not CPU
Modified:
    llvm/trunk/test/CodeGen/X86/avx-cast.ll
Modified: llvm/trunk/test/CodeGen/X86/avx-cast.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/avx-cast.ll?rev=232398&r1=232397&r2=232398&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/avx-cast.ll (original)
+++ llvm/trunk/test/CodeGen/X86/avx-cast.ll Mon Mar 16 13:24:28 2015
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -mattr=+avx | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+avx | FileCheck %s
 
 ; CHECK-LABEL: castA:
 ; CHECK: vxorps
    
    
More information about the llvm-commits
mailing list