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

Fabian Mora llvmlistbot at llvm.org
Tue Jun 23 04:31:13 PDT 2026


fabianmcg wrote:

> the semantic of this discardable attribute is tied to the lowering

It's not only tied to this lowering, if an user set known grids as per the issue, a user might think they set the correct attribute and value bounds and integer range analysis will fail to resolve the constant bound, and the user will not know why.

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


More information about the Mlir-commits mailing list