From: Sanjay Patel Date: Tue, 11 Aug 2015 16:43:18 +0000 (+0000) Subject: fixed to test attribute, rather than CPU X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6f795bacb50730a7fca79b722f3d15b42e26ee2c;p=oota-llvm.git fixed to test attribute, rather than CPU git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244625 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/powi.ll b/test/CodeGen/X86/powi.ll index c3d68312ce1..122665a4dbe 100644 --- a/test/CodeGen/X86/powi.ll +++ b/test/CodeGen/X86/powi.ll @@ -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 {