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

Bardia Mahjour via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 06:52:04 PST 2024


https://github.com/bmahjour commented:

This doesn't look like the correct approach to me. A constant index should result in a scalar dependence, so there is no need to specify an output parameter to the `depends` interface.

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


More information about the llvm-commits mailing list