[Mlir-commits] [mlir] [mlir][dlti] Query by strings (PR #126716)
Rolf Morel
llvmlistbot at llvm.org
Tue Feb 11 04:21:32 PST 2025
================
@@ -28,6 +28,12 @@ namespace dlti {
/// query interface-implementing attrs, starting from attr obtained from `op`.
FailureOr<Attribute> query(Operation *op, ArrayRef<DataLayoutEntryKey> keys,
bool emitError = false);
+
+/// Perform a DLTI-query at `op` using string `keys` as DLTI entry keys,
----------------
rolfmorel wrote:
nit: "string `keys`" seems to imply `keys` is a single string
https://github.com/llvm/llvm-project/pull/126716
More information about the Mlir-commits
mailing list