[Mlir-commits] [mlir] [mlir][nfc] Rename type constraint for scalable vectors (PR #68808)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Oct 11 14:22:51 PDT 2023
================
@@ -27,7 +27,7 @@ include "mlir/Interfaces/InferTypeOpInterface.td"
class SMETileType<Type datatype, list<int> dims, string description>
: ShapedContainerType<[datatype],
- And<[IsVectorOfRankPred<[2]>, allDimsScalableVectorTypePred,
+ And<[IsVectorOfRankPred<[2]>, IsVectorTypeWithAllDimsScalablePred,
----------------
banach-space wrote:
Ha, interesting! I will keep it as a useful bit of documentation.
https://github.com/llvm/llvm-project/pull/68808
More information about the Mlir-commits
mailing list