[Mlir-commits] [mlir] [mlir] Add a MappableContainer trait. (PR #99493)

Mehdi Amini llvmlistbot at llvm.org
Thu Jul 18 06:49:02 PDT 2024


================
@@ -39,6 +39,11 @@ struct IntegerTypeStorage;
 struct TupleTypeStorage;
 } // namespace detail
 
+/// Type trait indicating that the type can be an operand to an elementwise op.
----------------
joker-eph wrote:

This description, as well as the name of the trait does not seem to be something that we couldn't apply to Memref. 
However this isn't the intent right?


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


More information about the Mlir-commits mailing list