[llvm] [LV] Vectorize maxnum/minnum w/o fast-math flags. (PR #148239)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 18 08:16:13 PDT 2025
================
@@ -103,6 +103,12 @@ struct VPlanTransforms {
/// not valid.
static bool adjustFixedOrderRecurrences(VPlan &Plan, VPBuilder &Builder);
+ /// Check if \p Plan contains any FMaxNumNoFMFs or FMinNumNoFMFs reductions.
----------------
ayalz wrote:
```suggestion
/// Check if \p Plan contains any FMaxNum or FMinNum reductions.
```
https://github.com/llvm/llvm-project/pull/148239
More information about the llvm-commits
mailing list