forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[passmanager] Change the verifier analysis to use function names inst…
…ead of SILFunction pointers for its internal state. This enables us to have state independent of the liveness of the SILFunction's that we are tracking. I also changed the verifier to implement only verifyFull instead of verify to ensure that when we run with sil-verify-all this only runs at the end of pass manager pipelines. rdar://42301529
- Loading branch information
Showing
2 changed files
with
52 additions
and
18 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