[flang-commits] [flang] [Flang][OpenMP] Support iterator modifier in map and motion clauses (PR #197757)
via flang-commits
flang-commits at lists.llvm.org
Tue Aug 4 19:49:24 PDT 2026
================
@@ -43,6 +43,30 @@ func.func @test_descriptor_expansion_pass(%arg0: !fir.box<!fir.array<?xi32>>) {
// -----
+func.func @test_iterator_descriptor_map_is_not_expanded(%arg0: !fir.box<!fir.array<?xf32>>) {
----------------
MattPD wrote:
Confirmed: the new test covers the frontend-emitted shape that exposed the gap.
https://github.com/llvm/llvm-project/pull/197757
More information about the flang-commits
mailing list