[llvm] r231513 - fixed to test feature, not CPU
Sanjay Patel
spatel at rotateright.com
Fri Mar 6 12:51:25 PST 2015
Author: spatel
Date: Fri Mar 6 14:51:25 2015
New Revision: 231513
URL: http://llvm.org/viewvc/llvm-project?rev=231513&view=rev
Log:
fixed to test feature, not CPU
Modified:
llvm/trunk/test/CodeGen/X86/fnabs.ll
Modified: llvm/trunk/test/CodeGen/X86/fnabs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fnabs.ll?rev=231513&r1=231512&r2=231513&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fnabs.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fnabs.ll Fri Mar 6 14:51:25 2015
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=corei7-avx| FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx| FileCheck %s
; Verify that we generate a single OR instruction for a scalar, vec128, and vec256
; FNABS(x) operation -> FNEG (FABS(x)).
More information about the llvm-commits
mailing list