[Openmp-commits] [PATCH] D149368: [MLIR][OpenMP] Initial Lowering of Declare Target for Data
Andrew Gozillon via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Sep 13 17:20:33 PDT 2023
agozillon added a comment.
A small ping for a review of this patch, breathing some new life into this as there's now enough upstream for the patch to fully function and have a runtime test. Some minor changes to the patch mentioned briefly in the previous message, so hopefully we can get this to a state we're happy with before the end of the month and the full swap to Github!
================
Comment at: flang/lib/Optimizer/Transforms/OMPEarlyOutlining.cpp:100
+ // optimisations breaking segments of the lowering seems prudent
+ // as this was the original intent of the pass.
mlir::IRMapping valueMap;
----------------
These changes are a slightly regressed and simplified version of those in: https://reviews.llvm.org/D158735 depending on which lands first a rebase will be required, but it shouldn't be a problem.
I wish/wished to keep this patch self reliant and out of the more complex stack of patches as there's enough upstream to support this and it's a very different piece of functionality and landing all 5 in tandem could become rather complex if there's buildbot failures!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149368/new/
https://reviews.llvm.org/D149368
More information about the Openmp-commits
mailing list