mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-24 21:00:36 +00:00
This is also a 32-bit only test. x86-64 would pass fp parameters through XMM registers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29964 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e091c8ba72
commit
bb0a23a137
@ -2,6 +2,9 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=-sse2,-sse3 | grep 'fabs$' | wc -l | grep 1 &&
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=-sse2,-sse3 -enable-unsafe-fp-math | grep 'fabs$' | wc -l | grep 2
|
||||
|
||||
target endian = little
|
||||
target pointersize = 32
|
||||
|
||||
declare float %fabsf(float)
|
||||
|
||||
float %fabsftest(float %X) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user