[llvm] r244625 - fixed to test attribute, rather than CPU

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 09:43:18 PDT 2015


Author: spatel
Date: Tue Aug 11 11:43:18 2015
New Revision: 244625

URL: http://llvm.org/viewvc/llvm-project?rev=244625&view=rev
Log:
fixed to test attribute, rather than CPU

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

Modified: llvm/trunk/test/CodeGen/X86/powi.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/powi.ll?rev=244625&r1=244624&r2=244625&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/powi.ll (original)
+++ llvm/trunk/test/CodeGen/X86/powi.ll Tue Aug 11 11:43:18 2015
@@ -1,4 +1,4 @@
-; RUN: llc %s -march=x86 -mcpu=yonah -o - | grep mulsd | count 6
+; RUN: llc %s -mtriple=x86_64-unknown-unknown -mattr=sse2 -o - | grep mulsd | count 6
 ; Ideally this would compile to 5 multiplies.
 
 define double @_Z3f10d(double %a) nounwind readonly ssp noredzone {




More information about the llvm-commits mailing list