[all-commits] [llvm/llvm-project] f536f7: [LV] Split RecurrenceDescriptor into RecurKind + F...

Luke Lau via All-commits all-commits at lists.llvm.org
Wed Mar 19 07:57:19 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f536f715800658567ba619ad8a2b361d4d715fe9
      https://github.com/llvm/llvm-project/commit/f536f715800658567ba619ad8a2b361d4d715fe9
  Author: Luke Lau <luke at igalia.com>
  Date:   2025-03-19 (Wed, 19 Mar 2025)

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/LoopUtils.h
    M llvm/lib/Transforms/Utils/LoopUtils.cpp
    M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

  Log Message:
  -----------
  [LV] Split RecurrenceDescriptor into RecurKind + FastMathFlags in LoopUtils. NFC (#132014)

Split off from #131300, this splits up RecurrenceDescriptor arguments so
that arbitrary recurrence kinds may be used down the line.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list