[llvm] [LoopInterchange] Remove 'S' Scalar Dependencies (PR #119345)

Sjoerd Meijer via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 14 03:32:44 PST 2025


================
@@ -174,23 +174,15 @@ for.end12:
 ;;   for(int i=1;i<100;i++)
 ;;     for(int j=1;j<100;j++)
 ;;       A[j][0] = A[j][0] + B[j][i];
+;
+; FIXME
----------------
sjoerdmeijer wrote:

Yep, thanks, will fix. 

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


More information about the llvm-commits mailing list