[Mlir-commits] [mlir] [mlir][AMDGPU] Add canonicalizer for folding casts into gather_to_lds (PR #150503)
Quinn Dawkins
llvmlistbot at llvm.org
Thu Jul 24 12:39:36 PDT 2025
================
@@ -546,6 +550,59 @@ LogicalResult GatherToLDSOp::verify() {
return success();
}
+namespace {
+/// If the source/target of a CopyOp is a CastOp that does not modify the shape
----------------
qedawkins wrote:
good catch, thanks
https://github.com/llvm/llvm-project/pull/150503
More information about the Mlir-commits
mailing list