[llvm] [BOLT] Add sink block to flow CFG in profile inference (PR #95047)

shaw young via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 13 09:17:41 PDT 2024


================
@@ -28,6 +28,7 @@ struct FlowBlock {
   uint64_t Weight{0};
   bool HasUnknownWeight{true};
   bool IsUnlikely{false};
+  bool IsExit{false};
----------------
shawbyoung wrote:

I agree, just changed this representation


https://github.com/llvm/llvm-project/pull/95047


More information about the llvm-commits mailing list