[Mlir-commits] [mlir] switch type and value ordering for arith `Constant[XX]Op` (PR #144636)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Fri Jun 20 00:33:13 PDT 2025


ftynse wrote:

> In all instances of generated code for the MLIR dialects's Ops (that is the TableGen using the .td files to create the .h.inc/.cpp.inc files), the desired result type is always specified before the value.

This sounds reasonable. Please put this reasoning in the commit message / Github PR description. Commit messages should explain _why_ a change is made.

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


More information about the Mlir-commits mailing list