[llvm] [ThinLTO] Add tail call flag to call edges in summary (PR #74043)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 5 16:04:48 PST 2023
================
@@ -1117,6 +1117,21 @@ static GlobalVarSummary::GVarFlags getDecodedGVarFlags(uint64_t RawFlags) {
(GlobalObject::VCallVisibility)(RawFlags >> 3));
}
+static void getDecodedHotnessCallEdgeInfo(uint64_t RawFlags,
----------------
teresajohnson wrote:
done
https://github.com/llvm/llvm-project/pull/74043
More information about the llvm-commits
mailing list