[flang-commits] [flang] [Flang][MLIR][OpenMP] Create a deferred declare target marking process for Bridge.cpp (PR #78502)
via flang-commits
flang-commits at lists.llvm.org
Thu Feb 22 10:52:59 PST 2024
================
@@ -3182,6 +3182,37 @@ static mlir::omp::DeclareTargetDeviceType getDeclareTargetInfo(
return deviceType;
}
+static void insertDeferredDeclareTargets(
----------------
agozillon wrote:
It is indeed a better name! I am terrible at naming things :-)
https://github.com/llvm/llvm-project/pull/78502
More information about the flang-commits
mailing list