[Mlir-commits] [mlir] [mlir][vector] VectorEmulateNarrowType uses deinterleave (PR #94946)
Benjamin Maxwell
llvmlistbot at llvm.org
Tue Jun 11 06:38:23 PDT 2024
================
@@ -1178,11 +1162,6 @@ struct RewriteAlignedSubByteIntTrunc : OpRewritePattern<arith::TruncIOp> {
if (!srcVecType || !dstVecType)
return failure();
- // Only single dim vectors are supported until we have
----------------
MacDue wrote:
The doc above `RewriteAlignedSubByteIntTrunc` also needs to be updated to show it uses `vector.interleave`
https://github.com/llvm/llvm-project/pull/94946
More information about the Mlir-commits
mailing list