-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up address payload code (#2924)
Address payload optimization is already implemented in IGC. --------- Signed-off-by: Whitney Tsang <whitney.tsang@intel.com>
- Loading branch information
1 parent
3c9f49d
commit 544b879
Showing
10 changed files
with
0 additions
and
888 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
add_subdirectory(Dialect) | ||
|
||
add_mlir_translation_library(PostProcessLLVMIR | ||
DSE.cpp | ||
LICM.cpp | ||
PostProcess.cpp | ||
SLPVectorizer.cpp | ||
) |
Oops, something went wrong.