[all-commits] [llvm/llvm-project] 4cbb3c: [mlir][func] Replace `ValueDecomposer` with target...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Oct 30 15:23:39 PDT 2024
Branch: refs/heads/users/matthias-springer/decompose_tuple
Home: https://github.com/llvm/llvm-project
Commit: 4cbb3c7fcfc5243c1e4a5de3ff6fb251e398d33b
https://github.com/llvm/llvm-project/commit/4cbb3c7fcfc5243c1e4a5de3ff6fb251e398d33b
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