diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2015-08-11 16:43:18 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2015-08-11 16:43:18 +0000 |
| commit | 605b6adf315c20a1e0ed243767b990ed457fc20c (patch) | |
| tree | 4b0fd8ce47cacc5e3699bf35c1c0323ca6157345 | |
| parent | 7c388187c942583ad99a6ae151ab52a1ab6f0963 (diff) | |
| download | bcm5719-llvm-605b6adf315c20a1e0ed243767b990ed457fc20c.tar.gz bcm5719-llvm-605b6adf315c20a1e0ed243767b990ed457fc20c.zip | |
fixed to test attribute, rather than CPU
llvm-svn: 244625
| -rw-r--r-- | llvm/test/CodeGen/X86/powi.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/powi.ll b/llvm/test/CodeGen/X86/powi.ll index c3d68312ce1..122665a4dbe 100644 --- a/llvm/test/CodeGen/X86/powi.ll +++ b/llvm/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 { |

