[llvm] [DependenceAnalysis] Extending SIV to handle fusable loops (PR #128782)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 8 12:22:06 PDT 2025
amehsan wrote:
Let me rephrase my answer about question (2). If a pass asks a question about depdency of two statements from two different loops, then that pass needs to have good answers to the question that you raised. Right now, loop fusion can handle this. Any other pass that wants to do this in future needs to be clear about this as well.
https://github.com/llvm/llvm-project/pull/128782
More information about the llvm-commits
mailing list