[Mlir-commits] [mlir] [mlir][AMX] Memory effects to amx.tile_zero (PR #155403)
Renato Golin
llvmlistbot at llvm.org
Tue Aug 26 06:15:27 PDT 2025
rengolin wrote:
> > Can you add a test? Runs CSE and make sure the tile_zero doesn't get removed.
>
> Not sure if that in particular needs testing. It's a generic feature of memory effect traits. To really test the desired behavior, we'd need to pipe it all the way to `llc` IMO.
Just that IR on the description through `cse` and show that only three are left?
https://github.com/llvm/llvm-project/pull/155403
More information about the Mlir-commits
mailing list