[Mlir-commits] [flang] [mlir] [MLIR][Vector] Remove vector.splat (PR #162167)
Andrzej Warzyński
llvmlistbot at llvm.org
Thu Oct 16 08:53:00 PDT 2025
================
@@ -590,32 +590,6 @@ struct LinearizeVectorBitCast final
}
};
-/// This pattern converts the SplatOp to work on a linearized vector.
----------------
banach-space wrote:
That's a good point!
> Seems lowerings that now generate vector::broadcast instead of vector::splat will catch compilation error here
Does it break anything for you? Genuine question, I just want us to avoid adding code for the sake of adding code 😅
https://github.com/llvm/llvm-project/pull/162167
More information about the Mlir-commits
mailing list