llvm-project
947b656a
- [PGO] Check that PGOOpt exists before using PGOOpt->ColdOptType (#89139)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[PGO] Check that PGOOpt exists before using PGOOpt->ColdOptType (#89139) This means that the pass is unusable without some sort of profile. We can revisit this decision later if we want to support running this pass without a profile.
References
#89139 - [PGO] Check that PGOOpt exists before using PGOOpt->ColdOptType
Author
aeubanks
Parents
22ed10d1
Loading