[llvm] [BOLT] Extract call continuation traces from pre-aggregated profile (PR #109486)

Rafael Auler via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 14:19:26 PDT 2024


================
@@ -903,24 +956,6 @@ DataAggregator::getFallthroughsInTrace(BinaryFunction &BF,
   if (!FromBB || !ToBB)
     return std::nullopt;
 
-  // Adjust FromBB if the first LBR is a return from the last instruction in
----------------
rafaelauler wrote:

For reference to aid in review the code being removed here comes from 5599c019117a

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


More information about the llvm-commits mailing list