[all-commits] [llvm/llvm-project] 412e30: [mlir][Transforms] Dialect Conversion: Add 1:N op ...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Sun Dec 29 03:35:54 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 412e30b2274a134c01c2140ac7c7579be70f0896
https://github.com/llvm/llvm-project/commit/412e30b2274a134c01c2140ac7c7579be70f0896
Author: Matthias Springer <me at m-sp.org>
Date: 2024-12-29 (Sun, 29 Dec 2024)
Changed paths:
M mlir/test/Transforms/test-legalizer.mlir
M mlir/test/lib/Dialect/Test/TestPatterns.cpp
Log Message:
-----------
[mlir][Transforms] Dialect Conversion: Add 1:N op replacement test case (#121271)
This commit adds a test case that performs two back-to-back 1:N
replacements: `(i16) -> (i16, i16) -> ((i16, i16), (i16, i16))`. For the
moment, 3 argument materializations are inserted. In the future (when
the conversion value mapping supports 1:N), a single target
materialization will be inserted. Addresses a
[comment](https://github.com/llvm/llvm-project/pull/116524#discussion_r1894629711)
in #116524.
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