[PATCH] D143264: InstCombine: Fold is.fpclass(x, fcZero) to fcmp oeq 0
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 3 06:38:05 PST 2023
arsenm created this revision.
arsenm added reviewers: jcranmer-intel, jyknight, sepavloff, kpn, scanon, andrew.w.kaylor.
Herald added a subscriber: hiraditya.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.
This requires the denormal mode to definitively be IEEE handling.
https://reviews.llvm.org/D143264
Files:
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
llvm/test/Transforms/InstCombine/is_fpclass.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143264.494613.patch
Type: text/x-patch
Size: 6972 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230203/c71d656b/attachment.bin>
More information about the llvm-commits
mailing list