[flang-commits] [flang] [flang][stack-arrays] Extend pass to work on declare ops and within omp regions (PR #98810)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Tue Jul 16 03:46:32 PDT 2024
https://github.com/tblah approved this pull request.
Thanks very much for this update! Getting stack arrays working after the HLFIR transition was long overdue.
+1 for the changes for the handling of declare ops.
What you have so far for handling OpenMP regions looks good to me because the pass only runs on functions and so this will not effect outlined reduction and privatisation declarations.
https://github.com/llvm/llvm-project/pull/98810
More information about the flang-commits
mailing list