[PATCH] D139311: InstCombine: Match pattern that appears in clang's __builtin_isnormal
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 5 05:37:01 PST 2022
foad added a comment.
Looks reasonable to me. It could be relaxed a bit (e.g. the constants 0 and inf could be any non-nan constant values) but I guess there's no particular use case for that.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139311/new/
https://reviews.llvm.org/D139311
More information about the llvm-commits
mailing list