forked from iree-org/iree
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NFC][Flow] Remove use of fusion preprocessing when it isnt a preproc…
…essing (iree-org#17899) The Fusion preprocessing pass was used in multiple places, which is not the intent of the pass. Remove the subsequent usage. The only reason for this double usage was for the pattern that moved reduction dimensions to the innermost. Consolidate that pattern with the pattern in `InterchangeTransposeGenericPass` (whose name is very convoluted and does not represent what it actually does). This commit also includes the following changes: - Rename `InterchangeTransposeGenericPass` to `TransposeGenericOpsPass`. - Reoder the passes in `Passes.td` to be alphabetical within each of the following portions - Dispatch region preprocessing passes - Dispatch region formation passes - General flow passes. --------- Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
- Loading branch information
1 parent
0bc1518
commit 2912a2a
Showing
13 changed files
with
339 additions
and
335 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.