-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NewPM][opt] Revert to legacy PM when any codegen passes are specified
This reduces the number of check-llvm failures by 500. Ideally we'd have a codegen version of PassRegistry.def, or have all the codegen passes ported and put into PassRegistry.def. But since that doesn't exist yet, hardcode the list of codegen IR passes. There are still codegen passes missing from this list, I'll add them later as I stumble upon them. Reviewed By: asbirlea, ychen Differential Revision: https://reviews.llvm.org/D84872
- Loading branch information
Showing
1 changed file
with
41 additions
and
1 deletion.
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