[Mlir-commits] [mlir] [mlir][vector] Restrict DropInnerMostUnitDimsTransferRead (PR #94904)
Han-Chung Wang
llvmlistbot at llvm.org
Tue Jun 11 10:28:22 PDT 2024
================
@@ -1293,6 +1293,11 @@ class DropInnerMostUnitDimsTransferRead
if (dimsToDrop == 0)
return failure();
+ // Make sure that the indixes to be dropped are equal 0.
----------------
hanhanW wrote:
nit: indexes -> indices for consistency.
https://github.com/llvm/llvm-project/pull/94904
More information about the Mlir-commits
mailing list