[all-commits] [llvm/llvm-project] 249301: [LoopUtils] Pass sentinel value directly to create...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed May 28 14:00:42 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 249301c7794af82ea2f7b3b83d52d046e6856261
      https://github.com/llvm/llvm-project/commit/249301c7794af82ea2f7b3b83d52d046e6856261
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2025-05-28 (Wed, 28 May 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:
  -----------
  [LoopUtils] Pass sentinel value directly to createFindLastIVRed (NFC).

Now that there is only a single FindLastIV recurrence kind, simply pass
the sentinel value instead of the full recurrence descriptor to tighten
the interface.



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