[llvm] [LoopInterchange] Prevent interchange if one index is constant and the other has loop carried dependence (PR #79123)

via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 00:13:02 PST 2024


ShivaChen wrote:

Use SCEV form to detect the constant index.

https://github.com/llvm/llvm-project/pull/79123


More information about the llvm-commits mailing list