You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IRBuilder: Add NoSignedZeros parameter to CreateMaxNum/CreateMinNum
In #112852, we claimed that
llvm.minnum and llvm.maxnum should treat +0.0>-0.0, while libc doesn't
require fmin(3)/fmax(3) for it.
Let's add NoSignedZeros parameter to CreateMaxNum and CreateMinNum,
so that they can used by CodeGenFunction::EmitBuiltinExpr of Clang.
0 commit comments