-
Notifications
You must be signed in to change notification settings - Fork 614
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPIRV] Switch to new pass generation tablegen definitions. (#18214)
This is mostly NFC. The revision applies additional cleanups: - Remove two outdated passes: SPIRVEmulateBf16 and SPIRVFoldProcessorIDUses. They do not have any implementation. Removing the declaration is free. - Combine private members and options in SPIRVTileAndPromote. - Switch a couple of passes to follow `create.*Pass` naming convention. --------- Signed-off-by: hanhanW <[email protected]>
- Loading branch information
Showing
26 changed files
with
174 additions
and
383 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,6 @@ iree_cc_library( | |
NAME | ||
PassHeaders | ||
HDRS | ||
"PassDetail.h" | ||
"Passes.h" | ||
"Passes.h.inc" | ||
DEPS | ||
|
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 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
Oops, something went wrong.