[llvm] [LV] Vectorize FMax via OrderedFCmpSelect w/o fast-math flags. (PR #146711)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 6 10:06:30 PDT 2025
================
@@ -819,7 +819,8 @@ RecurrenceDescriptor::isMinMaxPattern(Instruction *I, RecurKind Kind,
if (match(I, m_OrdOrUnordFMin(m_Value(), m_Value())))
return InstDesc(Kind == RecurKind::FMin, I);
----------------
ayalz wrote:
Only max is handled by OrderedFCmpSelect, not min? Can start w/ FMaxOGT only.
https://github.com/llvm/llvm-project/pull/146711
More information about the llvm-commits
mailing list