[all-commits] [llvm/llvm-project] a7dce0: [mlir][func] Replace `ValueDecomposer` with target...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Oct 30 00:55:33 PDT 2024
Branch: refs/heads/users/matthias-springer/decompose_tuple
Home: https://github.com/llvm/llvm-project
Commit: a7dce0792e3371a2f615f388377034536ffd00f7
https://github.com/llvm/llvm-project/commit/a7dce0792e3371a2f615f388377034536ffd00f7
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2024-10-30 (Wed, 30 Oct 2024)
Changed paths:
M mlir/include/mlir/Dialect/Func/Transforms/DecomposeCallGraphTypes.h
M mlir/lib/Dialect/Func/Transforms/DecomposeCallGraphTypes.cpp
M mlir/test/lib/Dialect/Func/TestDecomposeCallGraphTypes.cpp
Log Message:
-----------
[mlir][func] Replace `ValueDecomposer` with target materialization
The `ValueDecomposer` in `DecomposeCallGraphTypes` was a workaround around missing 1:N support in the dialect conversion. Since #113032,tThe dialect conversion infrastructure supports 1:N type conversions and 1:N target materializations. The `ValueDecomposer` class is no longer needed. (However, target materializations must still be inserted manually, until we fully merge the 1:1 and 1:N drivers.)
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