[all-commits] [llvm/llvm-project] 95a23b: [mlir][Transforms][NFC] Dialect Conversion: Simpli...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Sun Sep 29 02:58:29 PDT 2024
Branch: refs/heads/users/matthias-springer/finalize_signature
Home: https://github.com/llvm/llvm-project
Commit: 95a23ba2b91f3fa58fa77eec1981feb922b3a201
https://github.com/llvm/llvm-project/commit/95a23ba2b91f3fa58fa77eec1981feb922b3a201
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2024-09-29 (Sun, 29 Sep 2024)
Changed paths:
M mlir/lib/Transforms/Utils/DialectConversion.cpp
Log Message:
-----------
[mlir][Transforms][NFC] Dialect Conversion: Simplify `finalize` signature
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`).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list