[Mlir-commits] [mlir] [mlir][GPU] gpu.printf: Do not emit duplicate format strings (PR #110504)

Ivan Butygin llvmlistbot at llvm.org
Mon Sep 30 07:21:21 PDT 2024


Hardcode84 wrote:

> Actually, a cache is dangerous because there could be a pattern that erases a cached op and now we have a dangling pointer.

Also, you can potentially track all erases as all IR modifications must be done through `rewriter` anyway. But it will require a some changes and design discussions on core infra.

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


More information about the Mlir-commits mailing list