[all-commits] [llvm/llvm-project] aa37a6: [LoopInterchange] Move some processes to another f...

Ryotaro Kasuga via All-commits all-commits at lists.llvm.org
Tue Mar 4 00:24:25 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aa37a698d4066058d03016ea467230bd039c1eb1
      https://github.com/llvm/llvm-project/commit/aa37a698d4066058d03016ea467230bd039c1eb1
  Author: Ryotaro Kasuga <kasuga.ryotaro at fujitsu.com>
  Date:   2025-03-04 (Tue, 04 Mar 2025)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LoopInterchange.cpp

  Log Message:
  -----------
  [LoopInterchange] Move some processes to another function (NFC) (#129514)

Some post-processing involved in exchanging a pair of loops has been
done separately from `processLoop`, which is a main function that does
the transformation. It's better to consolidate these processes into the
same function. This patch is a preparation of #127474.



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