[PATCH] D138696: [PowerPC] Exploit test data class instruction for isinf/iszero
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 22 20:01:27 PST 2022
shchenz added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:14291
+ else if (APF.isNegZero())
+ Flag = fcNegZero;
+ if (Flag)
----------------
I have same concern as previous patch: any reason for the nan and negdenormal/posdenormal are excluded here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138696/new/
https://reviews.llvm.org/D138696
More information about the llvm-commits
mailing list