forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mlir][Func] Delete
DecomposeCallGraphTypes.cpp
(llvm#117424)
`DecomposeCallGraphTypes.cpp` was a workaround around missing 1:N support in the dialect conversion. Now that 1:N support was added, the workaround can be deleted. The test remains in place, as an example for how to write such a transformation with the dialect conversion framework. Note for LLVM integration: If you are using `DecomposeCallGraphTypes.cpp`, switch to the patterns that are used in `TestDecomposeCallGraphTypes.cpp`.
- Loading branch information
1 parent
f500ed5
commit 7267c85
Showing
5 changed files
with
8 additions
and
178 deletions.
There are no files selected for viewing
34 changes: 0 additions & 34 deletions
34
mlir/include/mlir/Dialect/Func/Transforms/DecomposeCallGraphTypes.h
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
136 changes: 0 additions & 136 deletions
136
mlir/lib/Dialect/Func/Transforms/DecomposeCallGraphTypes.cpp
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters