You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
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