Matthias Springer 8897dd6fc5
[mlir][Transforms][NFC] Dialect Conversion: Simplify finalize signature (#110419)
This commit simplifies the signature of `OperationConverter::finalize`.
This function always returns "success", so the return value can be
removed.

Note: Previously, this function used to return "failure" if a
materialization failed to legalize. This is now optional and happening
at a later point of time (see `config.buildMaterializations`).
2024-10-01 09:06:47 +02:00
..