fixed to test attribute, rather than CPU
authorSanjay Patel <spatel@rotateright.com>
Tue, 11 Aug 2015 16:43:18 +0000 (16:43 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 11 Aug 2015 16:43:18 +0000 (16:43 +0000)
llvm-svn: 244625

llvm/test/CodeGen/X86/powi.ll

index c3d6831..122665a 100644 (file)
@@ -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 {