[all-commits] [llvm/llvm-project] cf61ef: [MachinePipeliner] Extract some process into a sep...

Ryotaro Kasuga via All-commits all-commits at lists.llvm.org
Mon Apr 28 09:11:31 PDT 2025


  Branch: refs/heads/users/kasuga-fj/pipeliner-refactor-addloopcarried
  Home:   https://github.com/llvm/llvm-project
  Commit: cf61ef84a24513f17f87ee58478202383bb3ed4e
      https://github.com/llvm/llvm-project/commit/cf61ef84a24513f17f87ee58478202383bb3ed4e
  Author: Ryotaro Kasuga <kasuga.ryotaro at fujitsu.com>
  Date:   2025-04-28 (Mon, 28 Apr 2025)

  Changed paths:
    M llvm/lib/CodeGen/MachinePipeliner.cpp

  Log Message:
  -----------
  [MachinePipeliner] Extract some process into a separate function

This patch moves a process in `addLoopCarriedDependences` that checks
for a loop-carried dependency between two instructions to another
function. This patch is preliminary to a later patch and is not intended
to change current behavior.

Split off from #135148



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