Mehdi Amini 9e5f9ff82f [MLIR] Fix release build: reference to NDEBUG guarded function (NFC)
With LDBG(), the code isn't guarded in release mode, even if the optimizer
will remove it because there is a `if (false)` statement. We need the
function declaration to be there at minima.
2025-07-27 13:24:54 -07:00
..
2024-09-10 13:55:31 +01:00