[Mlir-commits] [mlir] [acc] Add attribute for combined constructs (PR #80319)
Valentin Clement バレンタイン クレメン
llvmlistbot at llvm.org
Thu Feb 1 11:50:40 PST 2024
================
@@ -122,15 +122,19 @@ mlir::MutableOperandRange getMutableDataOperands(mlir::Operation *accOp);
/// Used to obtain the attribute name for declare.
static constexpr StringLiteral getDeclareAttrName() {
- return StringLiteral("acc.declare");
+ return DeclareAttr::name;
----------------
clementval wrote:
Can you push this as an NFC?
https://github.com/llvm/llvm-project/pull/80319
More information about the Mlir-commits
mailing list