[flang-commits] [flang] [flang] Have opt-bufferization pass to be aware of ivdep user provided annotation. (PR #190077)
Valery Dmitriev via flang-commits
flang-commits at lists.llvm.org
Tue Apr 7 09:09:52 PDT 2026
valerydmit wrote:
I'm taking this patch down as I figured that I misunderstood the effect of IVDEP pragma. It does mark that statement does not have J-loop carried dependencies but it does not tell anything about array sections aliasing (I'm referring to fortran example in the test comment). The only way to communicate that info is to write explicit loop and have it annotated.
https://github.com/llvm/llvm-project/pull/190077
More information about the flang-commits
mailing list