[Mlir-commits] [llvm] [mlir] [MLIR][AMDGPU] Adding dynamic size check to avoid subword buffer load (PR #135014)

Krzysztof Drewniak llvmlistbot at llvm.org
Mon Apr 14 08:25:00 PDT 2025


================
@@ -141,6 +243,7 @@ struct TransferReadLowering final : OpRewritePattern<vector::TransferReadOp> {
 void mlir::amdgpu::populateAmdgpuTransferReadToLoadPatterns(
     RewritePatternSet &patterns) {
   patterns.add<TransferReadLowering>(patterns.getContext());
+  vector::populateVectorTransferLoweringPatterns(patterns);
----------------
krzysz00 wrote:

I'm not sure we need this here? People can populate that on their own?

https://github.com/llvm/llvm-project/pull/135014


More information about the Mlir-commits mailing list