[PATCH] D157875: AMDGPU: Replace fabs and copysign libcalls with intrinsics
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 14 10:50:23 PDT 2023
arsenm added a comment.
In D157875#4585822 <https://reviews.llvm.org/D157875#4585822>, @rampitec wrote:
> Why does it need strict-fp? Isn't it defined as just a bit operation?
It doesn't, that's why it's allowed here unlike the other cases
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157875/new/
https://reviews.llvm.org/D157875
More information about the llvm-commits
mailing list