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

Alexander Belyaev llvmlistbot at llvm.org
Thu Jul 18 07:31:09 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.
----------------
pifon2a wrote:

`MappableValueBasedContainer`?

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


More information about the Mlir-commits mailing list