[llvm] [LV] Vectorize selecting last IV of min/max element. (PR #141431)

via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 18 05:53:58 PST 2025


================
@@ -214,6 +214,40 @@ static bool checkOrderedReduction(RecurKind Kind, Instruction *ExactFPMathInst,
   return true;
 }
 
+static std::optional<RecurrenceDescriptor>
----------------
ayalz wrote:

Good to document what it's optionally returning.

https://github.com/llvm/llvm-project/pull/141431


More information about the llvm-commits mailing list