[PATCH] D132408: [SimplifyCFG] accumulate bonus insts cost

Yaxun Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 08:39:17 PDT 2022


yaxunl marked 2 inline comments as done.
yaxunl added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/SimplifyCFG.cpp:7197
+                       ArrayRef<WeakVH> LoopHeaders,
+                       SimplifyCFGCostTracker *NumBonusInsts) {
   return SimplifyCFGOpt(TTI, DTU, BB->getModule()->getDataLayout(), LoopHeaders,
----------------
tra wrote:
> This needs to be renamed, too.
will do


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132408/new/

https://reviews.llvm.org/D132408



More information about the llvm-commits mailing list