[Mlir-commits] [mlir] [mlir][Vector] Refactor VectorEmulateNarrowType.cpp (PR #123529)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Tue Mar 11 13:01:27 PDT 2025
================
@@ -1127,7 +1159,8 @@ struct ConvertVectorTransferRead final
auto origElements = op.getVectorType().getNumElements();
// Note, per-element-alignment was already verified above.
- bool isFullyAligned = origElements % emulatedPerContainerElem == 0;
+ bool isFullyAligned =
----------------
banach-space wrote:
Updated in this [commit](https://github.com/llvm/llvm-project/pull/123529/commits/3abe26ca6a3c7579190e91be807e1d07ecc2c234)
https://github.com/llvm/llvm-project/pull/123529
More information about the Mlir-commits
mailing list