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

via flang-commits flang-commits at lists.llvm.org
Tue Sep 22 09:52:33 PDT 2026


Ritanya-B-Bharadwaj 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.

@SergeyShch01 Thanks for confirming. I’ll retest this reproducer once the revised patch is available.

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


More information about the flang-commits mailing list