Files
clang-p2996/llvm/lib/CodeGen/MachinePipeliner.cpp
Ryotaro Kasuga b59fc5497d [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
2025-05-14 18:12:21 +09:00

140 KiB