================
@@ -4161,6 +4165,11 @@ void AssemblyWriter::printFunction(const Function *F) {
writeOperand(F->getPersonalityFn(), /*PrintType=*/true);
}
+ if (PrintPerfData && F->getEntryCount()) {
----------------
mtrofin wrote:
done
https://github.com/llvm/llvm-project/pull/130303