[flang-commits] [flang] [flang] propagate IVDEP in array expressions optimization (PR #178171)
via flang-commits
flang-commits at lists.llvm.org
Tue Jan 27 03:58:57 PST 2026
jeanPerier wrote:
Note that there are still cases where load and stores will be generated and not marked which is when temporaries are created inside the loops (the temporaries load/stores are not marked with the access group). I am not sure it matters yet since the allocation are allocmem inside the loops, so I left that part untouched for now.
https://github.com/llvm/llvm-project/pull/178171
More information about the flang-commits
mailing list