You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.234
Former-commit-id: 8071ec1a8c5eaa9be24b41745add19297608001f
This commit is contained in:
parent
f32dbaf0b2
commit
212f6bafcb
26
external/llvm/test/CodeGen/Generic/fneg-fabs.ll
vendored
26
external/llvm/test/CodeGen/Generic/fneg-fabs.ll
vendored
@ -1,26 +0,0 @@
|
||||
; RUN: llc < %s
|
||||
|
||||
define double @fneg(double %X) {
|
||||
%Y = fsub double -0.000000e+00, %X ; <double> [#uses=1]
|
||||
ret double %Y
|
||||
}
|
||||
|
||||
define float @fnegf(float %X) {
|
||||
%Y = fsub float -0.000000e+00, %X ; <float> [#uses=1]
|
||||
ret float %Y
|
||||
}
|
||||
|
||||
declare double @fabs(double)
|
||||
|
||||
declare float @fabsf(float)
|
||||
|
||||
define double @fabstest(double %X) {
|
||||
%Y = call double @fabs( double %X ) ; <double> [#uses=1]
|
||||
ret double %Y
|
||||
}
|
||||
|
||||
define float @fabsftest(float %X) {
|
||||
%Y = call float @fabsf( float %X ) ; <float> [#uses=1]
|
||||
ret float %Y
|
||||
}
|
||||
|
Reference in New Issue
Block a user