[Mlir-commits] [clang] [mlir] [OpenACC][CIR] Implement enter-data + clause lowering (PR #146146)
Razvan Lupusoru
llvmlistbot at llvm.org
Fri Jun 27 12:54:23 PDT 2025
================
@@ -572,8 +593,8 @@ class OpenACCClauseCIREmitter final
applyToComputeOp(clause);
} else {
// TODO: When we've implemented this for everything, switch this to an
- // unreachable. Combined constructs remain. Data, enter data, exit data,
- // update constructs remain.
+ // unreachable. Combined constructs remain. Exit data,update constructs
----------------
razvanlupusoru wrote:
nit: missing space
https://github.com/llvm/llvm-project/pull/146146
More information about the Mlir-commits
mailing list