[llvm-branch-commits] [llvm] DAG: Lower fcNormal is.fpclass to compare with inf (PR #100389)
Jay Foad via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jul 24 08:06:17 PDT 2024
jayfoad wrote:
> Looks worse for x86 without the fabs check. Not sure if this is useful for any targets.
Seems unlikely that this would ever be profitable in the ordered case, since you can implement that with pretty simple integer checks on the exponent field. (Check that it isn't 0 and isn't maximal.)
https://github.com/llvm/llvm-project/pull/100389
More information about the llvm-branch-commits
mailing list