[llvm-branch-commits] [OpenMP][MLIR] Extend explicit derived type member mapping support for OpenMP dialects lowering to LLVM-IR (PR #81510)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Feb 16 22:16:27 PST 2024


agozillon wrote:

Updated this PR (the commits on the other stacked PRs can be ignored, they're due to me running a SPR diff on everything, as I made a little mistake during a rebase).

Change list in the recent commit attempts to address review comments by:
  > Remove unnecessary map type flag removal for future PR where it will actually be required
  > Modify getMapDataMemberIdx as suggested
  > Make retrieval of first or last mapped member a little cleaner through the usage of standard/llvm library functions
  > Add further comments and notes to help understanding a little (and a TODO)


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


More information about the llvm-branch-commits mailing list