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.
[Codegen] Add the
bitcast -> extui
to shuffle
folding patterns to…
… EmulateNarrowTypes pass. (iree-org#15102) Folding the `bitcast -> arith.extui` to `shuffle` seems like worth doing across all backends (all backends support shuffle better). Also add a pattern to push broadcasts past `extui`-like operations to increase the coverage of cases where this kicks in.
- Loading branch information
1 parent
17e758b
commit b5bbea2
Showing
3 changed files
with
45 additions
and
6 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