[flang-commits] [flang] [OpenMP][Flang] Add "IsolatedFromAbove" trait to omp.target (PR #67164)
Akash Banerjee via flang-commits
flang-commits at lists.llvm.org
Tue Oct 10 09:32:20 PDT 2023
TIFitis wrote:
I have updated the patch to add all `bounds` and `extents` related to box values as `implicit` `map_operands` as well as `block_arguments`.
They type for `map_operands` and `map_info` entries/results have been changed to `AnyType` from `OpenMP_PointerLikeType` in OpenMPOps. This is to allow addition of `index` types(from bounds/extents) to `map_operands`.
Also added the test from @jeanPerier to both FIR and HLFIR.
Let me know if there are any suggestions, and thanks again @jeanPerier and @kiranchandramohan for helping identify and solve the issues.
https://github.com/llvm/llvm-project/pull/67164
More information about the flang-commits
mailing list