================ @@ -214,6 +214,40 @@ static bool checkOrderedReduction(RecurKind Kind, Instruction *ExactFPMathInst, return true; } +static std::optional<RecurrenceDescriptor> ---------------- fhahn wrote: Added documentation, thanks https://github.com/llvm/llvm-project/pull/141431