[Mlir-commits] [mlir] [mlir][GPU] gpu.printf: Do not emit duplicate format strings (PR #110504)
Matthias Springer
llvmlistbot at llvm.org
Mon Sep 30 07:25:30 PDT 2024
matthias-springer wrote:
That's an interesting idea, but I'm not sure if it's generally safe to CSE equivalent symbols. E.g., what if the symbol is a `memref.global`. Merging two `memref.global` turns two different allocations into one. I asked on Discord...
https://github.com/llvm/llvm-project/pull/110504
More information about the Mlir-commits
mailing list