[Mlir-commits] [mlir] [MLIR][TableGen] Warn on APInt parameter without custom comparator (PR #135970)
Robert Konicar
llvmlistbot at llvm.org
Fri Apr 18 01:27:17 PDT 2025
Jezurko wrote:
It could technically break downstream builds that can not experience the issue. For example, even the old version of the Builtin_IntegerAttribute could not trigger the assert, as the type parameter of the attribute contains the bit width information and short-circuited the equality operator.
With that being said, I'm not opposed to making it an error. Fixing the issue is trivial.
https://github.com/llvm/llvm-project/pull/135970
More information about the Mlir-commits
mailing list