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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244625 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/powi.ll

index c3d68312ce153692ea335cc8c925ee9372066135..122665a4dbe34a17e3bdc10e500e1179a756911a 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 {