[flang-commits] [flang] [mlir] [flang][OpenMP] Implement HAS_DEVICE_ADDR clause (PR #128568)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Fri Feb 28 04:24:10 PST 2025


================
@@ -35,6 +35,7 @@ struct EntryBlockArgsEntry {
 /// arguments associated to all clauses that can define them.
 struct EntryBlockArgs {
   llvm::ArrayRef<mlir::Value> hostEvalVars;
+  EntryBlockArgsEntry hasDeviceAddr;
----------------
kparzysz wrote:

Done

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


More information about the flang-commits mailing list