[PATCH] D159240: [DAGCombiner] Change foldAndOrOfSETCC() to optimize and/or patterns with floating points.
Konstantina Mitropoulou via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 30 16:44:12 PDT 2023
kmitropoulou added a comment.
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 added AArch64/combine_andor_with_cmps.ll that tests both FMINNUM/FMAXNUM and FMINNUM_IEEE/FMAXNUM_IEEE.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159240/new/
https://reviews.llvm.org/D159240
More information about the llvm-commits
mailing list