This is an archive of the discontinued LLVM Phabricator instance.

[PGO][PGSO] Remove a temporary flag used for gradual rollout.
ClosedPublic

Authored by hjyamauchi on Jul 17 2020, 11:01 AM.

Details

Summary

Remove the temporary flag PGSOIRPassOrTestOnly and the guard code which was used
for the staged rollout. This is a cleanup (NFC) as it's now false by default.

Diff Detail