[Mlir-commits] [mlir] [mlir][gpu] Avoid duplicate attrs when lowering gpu.func (PR #205035)

Fabian Mora llvmlistbot at llvm.org
Tue Jun 23 05:15:26 PDT 2026


fabianmcg wrote:

> In this case, the fact that the lowering is trying to propagate `gpu.xxxx` when xxxx is an inherent attribute looks like a bug to me and we should stop doing so.

If we want an immediate fix for this case, I'd argue for modifying the verifier of the op so that it errors out on the collision.

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


More information about the Mlir-commits mailing list