[flang-commits] [flang] [mlir] [flang][OpenMP] Implement HAS_DEVICE_ADDR clause (PR #128568)
Sergio Afonso via flang-commits
flang-commits at lists.llvm.org
Thu Feb 27 06:31:00 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;
----------------
skatrak wrote:
Nit: This one should go first due to alphabetical sorting, though I can see why that would look worse. Feel free to leave it like this if you prefer.
https://github.com/llvm/llvm-project/pull/128568
More information about the flang-commits
mailing list