[Mlir-commits] [mlir] [MLIR][DLTI] Enable types as keys in DLTI-query utils (PR #105995)

Renato Golin llvmlistbot at llvm.org
Sun Aug 25 15:26:48 PDT 2024


================
@@ -17,6 +17,60 @@ module attributes {transform.with_named_sequence} {
 
 // -----
 
+// expected-remark @below {{associated attr 42 : i32}}
+module attributes { test.dlti = #dlti.map<#dlti.dl_entry<i32, 42 : i32>>} {
----------------
rengolin wrote:

What does this even mean? Should we try to restrict how we use types as keys?

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


More information about the Mlir-commits mailing list