[PATCH] D101287: [SimplifyCFG] Expose sinking and hoisting helpers.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 26 06:10:01 PDT 2021
RKSimon added inline comments.
================
Comment at: llvm/include/llvm/Transforms/Utils/Local.h:186
+bool hoistThenElseCodeToIf(BranchInst *BI, const TargetTransformInfo &TTI,
+ bool EqTermsOnly, DomTreeUpdater *DTU);
+
----------------
Do we need DTU?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101287/new/
https://reviews.llvm.org/D101287
More information about the llvm-commits
mailing list