Commit 598106d
authored
[mlir][Linalg] NFC: Expose a method to deduplicate operands/remove dead results of
This functionality was wrapped within a pattern. Expose this as a
separate transformations function that can be used outside of pattern
rewrite mechanism.
---------
Signed-off-by: MaheshRavishankar <[email protected]>linalg.generic op. (#125141)1 parent 280609c commit 598106d
File tree
2 files changed
+249
-231
lines changed- mlir
- include/mlir/Dialect/Linalg/Transforms
- lib/Dialect/Linalg/Transforms
2 files changed
+249
-231
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1395 | 1395 | | |
1396 | 1396 | | |
1397 | 1397 | | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
1398 | 1406 | | |
1399 | 1407 | | |
1400 | 1408 | | |
| |||
1786 | 1794 | | |
1787 | 1795 | | |
1788 | 1796 | | |
1789 | | - | |
| 1797 | + | |
1790 | 1798 | | |
1791 | 1799 | | |
1792 | 1800 | | |
| |||
0 commit comments