[Mlir-commits] [mlir] [mlir][ArmSVE] Add convert_to/from_svbool ops (PR #68586)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Mon Oct 9 21:14:35 PDT 2023
================
@@ -404,6 +410,10 @@ class ScalableVectorOf<list<Type> allowedTypes> :
ShapedContainerType<allowedTypes, IsScalableVectorTypePred,
"scalable vector", "::mlir::VectorType">;
+class TrailingScalableVectorOf<list<Type> allowedTypes> :
----------------
banach-space wrote:
Could you add a comment?
https://github.com/llvm/llvm-project/pull/68586
More information about the Mlir-commits
mailing list