diff options
author | Matthias Springer <me@m-sp.org> | 2024-10-01 09:06:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-01 09:06:47 +0200 |
commit | 8897dd6fc520bc2184ee906974f2fd8c78140a79 (patch) | |
tree | e3507b87c66bb9a5de97ce355c0f83059494f125 /llvm/utils/TableGen/Common/CodeGenDAGPatterns.cpp | |
parent | c26a5227c11d827ca52ec668fce749f8cba9aeb6 (diff) | |
download | llvm-8897dd6fc520bc2184ee906974f2fd8c78140a79.zip llvm-8897dd6fc520bc2184ee906974f2fd8c78140a79.tar.gz llvm-8897dd6fc520bc2184ee906974f2fd8c78140a79.tar.bz2 |
[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`).
Diffstat (limited to 'llvm/utils/TableGen/Common/CodeGenDAGPatterns.cpp')
0 files changed, 0 insertions, 0 deletions