[Mlir-commits] [mlir] [mlir][acc] Add LegalizeDataValues support for DeclareEnterOp (PR #138008)
Susan Tan ス-ザン タン
llvmlistbot at llvm.org
Wed Apr 30 12:18:01 PDT 2025
================
@@ -58,7 +58,8 @@
#define ACC_COMPUTE_CONSTRUCT_AND_LOOP_OPS \
ACC_COMPUTE_CONSTRUCT_OPS, mlir::acc::LoopOp
#define ACC_DATA_CONSTRUCT_STRUCTURED_OPS \
- mlir::acc::DataOp, mlir::acc::DeclareOp, mlir::acc::HostDataOp
+ mlir::acc::DataOp, mlir::acc::DeclareOp, mlir::acc::HostDataOp, \
+ mlir::acc::DeclareEnterOp
----------------
SusanTan wrote:
yep, i realized that was a mistake, changed it in the next commit
https://github.com/llvm/llvm-project/pull/138008
More information about the Mlir-commits
mailing list