[all-commits] [llvm/llvm-project] b59fc5: [MachinePipeliner] Extract some process into a sep...
Ryotaro Kasuga via All-commits
all-commits at lists.llvm.org
Wed May 14 02:12:44 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b59fc5497d15220fcbd0a295f3c275f7e7223f92
https://github.com/llvm/llvm-project/commit/b59fc5497d15220fcbd0a295f3c275f7e7223f92
Author: Ryotaro Kasuga <kasuga.ryotaro at fujitsu.com>
Date: 2025-05-14 (Wed, 14 May 2025)
Changed paths:
M llvm/lib/CodeGen/MachinePipeliner.cpp
Log Message:
-----------
[MachinePipeliner] Extract some process into a separate function (#137662)
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