From 6f795bacb50730a7fca79b722f3d15b42e26ee2c Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Tue, 11 Aug 2015 16:43:18 +0000 Subject: [PATCH] fixed to test attribute, rather than CPU git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244625 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/powi.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.34.1