[Mlir-commits] [mlir] [mlir][AMX] Memory effects to amx.tile_zero (PR #155403)
Adam Siemieniuk
llvmlistbot at llvm.org
Tue Aug 26 06:04:30 PDT 2025
adam-smnk 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.
https://github.com/llvm/llvm-project/pull/155403
More information about the Mlir-commits
mailing list