This needs to consider the denormal mode.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D143279
InstCombine: Handle folding fcmp of 0 into llvm.is.fpclass ClosedPublic Authored by arsenm on Feb 3 2023, 9:10 AM.
Details Summary This needs to consider the denormal mode.
Diff Detail Event Timelinearsenm marked 3 inline comments as done. This revision is now accepted and ready to land.Feb 6 2023, 12:35 PM This revision is now accepted and ready to land.Feb 15 2023, 1:28 AM arsenm added a parent revision: D144081: InstCombine: Fold and/or of fcmp into class.Feb 15 2023, 1:32 AM
Revision Contents
Diff 494668 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
|
This is done?