[PATCH] D115393: [InstrProf][NFC] Refactor Profile kind into a bitset enum.

Teresa Johnson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 8 13:50:24 PST 2021


tejohnson added inline comments.


================
Comment at: llvm/include/llvm/ProfileData/InstrProfReader.h:93
 
-  virtual bool isIRLevelProfile() const = 0;
-
----------------
It seems like these helper methods could still be defined using the new bitset, which would reduce some of the code churn?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115393



More information about the cfe-commits mailing list