This reverts commit 48fa79a503a7cf380f98b6335fbd349afae1bd86.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This patch was reverted because of some failures in AArch64. The failures were due to the fact that FMINNUM_IEEE and FMAXNUM_IEEE are not supported in AArch64. I fixed the problem and I added AArch64/combine_andor_with_cmps.ll that tests both FMINNUM/FMAXNUM and FMINNUM_IEEE/FMAXNUM_IEEE.
Comment Actions
Thanks for the fix! I believe that this should address the problem we had with the prior version of the patch.
Comment Actions
Updating D159240: [DAGCombiner] Change foldAndOrOfSETCC() to optimize and/or patterns with floating points.
Comment Actions
Rebasing D159240: [DAGCombiner] Change foldAndOrOfSETCC() to optimize and/or patterns with floating points.