Reapply r59464, this time using the correct type

when softening FNEG.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59513 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands
2008-11-18 09:15:03 +00:00
parent c4ae87ac76
commit 51d83fdd89
11 changed files with 188 additions and 13 deletions
-1
View File
@@ -1,7 +1,6 @@
; RUN: llvm-as < %s | llc -march=xcore > %t1.s
; RUN: grep "bl logf" %t1.s | count 1
; RUN: grep "bl log" %t1.s | count 2
; XFAIL: *
declare double @llvm.log.f64(double)
define double @test(double %F) {