================
@@ -68,9 +68,13 @@ enum class BroadcastableToResult {
DimensionMismatch = 2,
SourceTypeNotAVector = 3
};
+struct VectorDim {
+ int64_t dim;
+ bool scalableFlag;
+};
----------------
nujaa wrote:
Ouuh, exciting.
https://github.com/llvm/llvm-project/pull/101928