[llvm] [Pipeliner] Fix Phi node dependency calculation (PR #160056)
Yuta Mukai via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 15 05:49:50 PDT 2025
ytmukai wrote:
`mayOverlapInLaterIter()` should only return false when it is guaranteed that there are no dependencies. Otherwise, it may lead to incorrect scheduling. This change seems to allow the function to return false even when dependencies could exist.
https://github.com/llvm/llvm-project/pull/160056
More information about the llvm-commits
mailing list