[flang-commits] [flang] [OpenMP][Flang] Add "IsolatedFromAbove" and "OutlineableOpenMPOpInterface" trait to omp.target (PR #67164)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Wed Sep 27 07:42:06 PDT 2023
kiranchandramohan wrote:
> Add IsolatedFromAbove and OutlineableOpenMPOpInterface traits to target op in MLIR.
The `OutlineableOpenMPOpInterface` looks like a separate change.
> Move implicit operand capturing to the PFT lowering stage.
Could you expand on what is being done for the `implicit` operands? Are they added to the map operands? Or are they just entry block arguments?
Could you also comment on (and add to the summary) why this is advantageous to the outlining approach?
https://github.com/llvm/llvm-project/pull/67164
More information about the flang-commits
mailing list