[PATCH] D132408: [SimplifyCFG] accumulate bonus insts cost
Yaxun Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 12 10:28:11 PDT 2022
yaxunl marked an inline comment as done.
yaxunl 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,
----------------
arsenm wrote:
> Shouldn't need llvm::
will remove
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132408/new/
https://reviews.llvm.org/D132408
More information about the llvm-commits
mailing list