[all-commits] [llvm/llvm-project] 875ea3: [mlir][Transforms][NFC] Dialect conversion: Reform...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Oct 29 21:09:27 PDT 2024
Branch: refs/heads/users/matthias-springer/n_mat_error_msg
Home: https://github.com/llvm/llvm-project
Commit: 875ea322d7e0c34f1219c69893e4e53080085c5d
https://github.com/llvm/llvm-project/commit/875ea322d7e0c34f1219c69893e4e53080085c5d
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2024-10-30 (Wed, 30 Oct 2024)
Changed paths:
M mlir/lib/Transforms/Utils/DialectConversion.cpp
M mlir/test/Dialect/Bufferization/Transforms/finalizing-bufferize.mlir
M mlir/test/Transforms/test-legalize-erased-op-with-uses.mlir
M mlir/test/Transforms/test-legalize-type-conversion.mlir
Log Message:
-----------
[mlir][Transforms][NFC] Dialect conversion: Reformat mat. error message
This commit changes the format of the materialization error message.
Previously: `failed to legalize unresolved materialization from ('f64') to 'f32' that remained live after conversion`
Now: `failed to legalize unresolved materialization from ('f64') to ('f32') that remained live after conversion`
This commit is in preparation of merging the 1:1 and 1:N dialect conversions. At that point, target materializations may create more than one SSA value. Sending this change as a separate PR to keep the main PR small.
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