[Mlir-commits] [llvm] [mlir] Reapply "[AMDGPU] fold `memref.subview/expand_shape/collapse_shape` into `amdgpu.gather_to_lds`" (PR #150334)

Jordan Rupprecht llvmlistbot at llvm.org
Wed Jul 23 16:07:46 PDT 2025


rupprecht wrote:

> The reapply also fixes a Bazel build issue, which was the reason of the revert

The buildbot failures I see on the original commit are all from non-Bazel builds, so the more important thing to do in this PR is to update the relevant CMakeLists.txt file w/ whatever dep needs to be included. Bazel failures are generally non-blocking.

The link error looks similar to the bazel error, so I think you need to add MLIRAffineUtils to the deps list in mlir/lib/Dialect/AMDGPU/Transforms/CMakeLists.txt.

The bazel change here LGTM. Thanks!

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


More information about the Mlir-commits mailing list