llvm-project
6cea4040
- [IR] Remove RepeatedPass (#96211)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[IR] Remove RepeatedPass (#96211) This pass is not used in any pipeline, barely used in tests and not really useful, so drop it. The only place where we "repeat" passes is devirt repetition, and that is done using a separate pass.
References
#96211 - [IR] Remove RepeatedPass
Author
nikic
Parents
1107575c
Loading