[mlir][vector] Fix crash on invalid `permutation_map` (#74925)
Without this patch, MLIR crashes with ``` Assertion failed: (getNumDims() == map.getNumResults() && "Number of results mismatch"), function compose, file AffineMap.cpp, line 537. ``` during parsing.
Loading
Please sign in to comment