-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(NFC) Clean up dead code in FlowGraph.cpp
Remove dead functions as well as unused arguments. Also remove code in CFG construction that deal with break/while/cont/halt as vISA no longer supports structured CF opcode. They may still be produced internally by the structurizer on legacy platforms so we can't remove them entirely. This also does not apply to if/endif which may still be generated by math macros; future work is to replace them with goto/join.
- Loading branch information
1 parent
0c3c95d
commit 7751fb3
Showing
2 changed files
with
14 additions
and
120 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