[Mlir-commits] [mlir] [mlir][TableGen] Verify compatibility of tblgen::Method properties (PR #147979)
Andrei Golubev
llvmlistbot at llvm.org
Fri Jul 11 00:48:02 PDT 2025
andrey-golubev wrote:
> Can you please turn all the asserts into report_fatal_error? TableGen checks should fire always and not only in debug mode.
Done. Kept the inner ones as asserts though - it's probably sufficient to fail with a more generic message (and have asserts for debugging). Also rebased to current `main` - trying to keep the history up-to-date in case some stray issue would appear.
https://github.com/llvm/llvm-project/pull/147979
More information about the Mlir-commits
mailing list