[Mlir-commits] [mlir] [mlir][tablegen] Correctly set Type constraint description (PR #110939)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Oct 2 16:59:50 PDT 2024


penagos wrote:

> I'm a little confused by the description of this PR, there is no `description` field on Constraint. `descr` corresponds to the summary of the type, not its description.

Ah, I was under the wrong impression from some other unrelated changes I had. You're right `description` isn't on `Constraint` (it's `summary`). Please disregard!

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


More information about the Mlir-commits mailing list