diff options
author | Matthias Springer <me@m-sp.org> | 2024-10-30 21:36:39 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 21:36:39 +0900 |
commit | ea050ab1a99547294e195064bd90ca9822d292cf (patch) | |
tree | a0a0acd35714dfa68a92fff156b7a76e3b4470db /llvm/utils/UpdateTestChecks/common.py | |
parent | 15f63ec19cde170f4cdddc5513a0f0be9515569a (diff) | |
download | llvm-ea050ab1a99547294e195064bd90ca9822d292cf.zip llvm-ea050ab1a99547294e195064bd90ca9822d292cf.tar.gz llvm-ea050ab1a99547294e195064bd90ca9822d292cf.tar.bz2 |
[mlir][Transforms][NFC] Dialect conversion: Reformat materialization error message (#114176)
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. I am sending this change as a separate PR to keep the
main PR smaller.
Diffstat (limited to 'llvm/utils/UpdateTestChecks/common.py')
0 files changed, 0 insertions, 0 deletions