[PATCH] D56749: [NFC] Make pgo related options in opt more consistent.

Wei Mi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 16 15:22:33 PST 2019


wmi marked an inline comment as done.
wmi added inline comments.


================
Comment at: tools/opt/opt.cpp:274
 
+enum PGOKind { NoPGO, InstrGen, InstrUse, SampleUse };
+cl::opt<PGOKind>
----------------
xur wrote:
> can we move this enum to header so that we won't duplicate in NewPMDriver.cpp?
Done.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56749/new/

https://reviews.llvm.org/D56749





More information about the llvm-commits mailing list