[flang-commits] [flang] [Flang][OpenMP] Create MLIR optimization pass to push index allocations into loop body and remove them if redundant (PR #67010)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Thu Sep 21 06:28:14 PDT 2023


kiranchandramohan wrote:

Not sure whether I understood the motivation for this. Loops are not outlined and generally they are inlined in the function or the parallel region where they exist.

Also, wouldn't moving allocations inside the loop lead to runaway allocations?

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


More information about the flang-commits mailing list