[PATCH] D143279: InstCombine: Handle folding fcmp of 0 into llvm.is.fpclass

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 09:10:10 PST 2023


arsenm created this revision.
arsenm added reviewers: foad, sepavloff, kpn, jyknight, jcranmer-intel, andrew.w.kaylor, scanon.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

This needs to consider the denormal mode.


https://reviews.llvm.org/D143279

Files:
  llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  llvm/test/Transforms/InstCombine/combine-is.fpclass-and-fcmp.ll
  llvm/test/Transforms/InstCombine/create-class-from-logic-fcmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143279.494668.patch
Type: text/x-patch
Size: 27870 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230203/b87963c2/attachment.bin>


More information about the llvm-commits mailing list