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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 06:50:23 PDT 2022


arsenm added inline comments.


================
Comment at: llvm/include/llvm/Transforms/Utils/Local.h:210
+bool FoldBranchToCommonDest(BranchInst *BI, SimplifyCFGCostTracker &CostTracker,
+                            llvm::DomTreeUpdater *DTU = nullptr,
                             MemorySSAUpdater *MSSAU = nullptr,
----------------
Shouldn't need llvm::


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

https://reviews.llvm.org/D132408



More information about the llvm-commits mailing list