[Mlir-commits] [mlir] [AMDGPU] fold memref.subview/expand_shape/collapse_shape into amdgpu.gather_to_lds for DST operand (PR #152277)

Alan Li llvmlistbot at llvm.org
Wed Aug 6 02:45:04 PDT 2025


================
@@ -12,6 +12,7 @@
 #include "mlir/Dialect/Affine/ViewLikeInterfaceUtils.h"
 #include "mlir/Dialect/MemRef/IR/MemRef.h"
 #include "mlir/Dialect/MemRef/Utils/MemRefUtils.h"
+#include "mlir/IR/ValueRange.h"
----------------
lialan wrote:

nit: probably not need this, vscode sometimes add unnecessary 

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


More information about the Mlir-commits mailing list