[flang-commits] [flang] [llvm] [flang] Support static-unit array slices in FIR LoopVersioning (PR #222723)

Sergey Shcherbinin via flang-commits flang-commits at lists.llvm.org
Tue Sep 22 07:25:10 PDT 2026


SergeyShch01 wrote:

@Ritanya-B-Bharadwaj ,

> Is this pointer-array case covered by this PR, or is support planned in a follow-up?

Not at the moment. This case uses a less common FIR addressing form (declare/load/rebox over a pointer descriptor), rather than the direct sliced access currently covered by the PR. I have started reworking the patch as suggested above and expect to support this form also during that work.

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


More information about the flang-commits mailing list