[Mlir-commits] [mlir] [mlir][dlti] Query by strings (PR #126716)

Adam Siemieniuk llvmlistbot at llvm.org
Tue Feb 11 04:58:42 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,
----------------
adam-smnk wrote:

Updated description, should be clearer now

https://github.com/llvm/llvm-project/pull/126716


More information about the Mlir-commits mailing list