[PATCH] D115393: [InstrProf][NFC] Refactor Profile kind into a bitset enum.
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 8 21:48:10 PST 2021
tejohnson accepted this revision.
tejohnson added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: llvm/include/llvm/ProfileData/InstrProfWriter.h:48
public:
- InstrProfWriter(bool Sparse = false, bool InstrEntryBBEnabled = false);
~InstrProfWriter();
----------------
Was the InstrEntryBBEnabled parameter just never used? I didn't see any changes to callsites.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115393/new/
https://reviews.llvm.org/D115393
More information about the llvm-commits
mailing list