[PATCH] D138526: [SimpleLoopUnswitch] unswitch selects
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 8 11:56:31 PDT 2023
nikic added a comment.
freeze comments looks fine.
================
Comment at: llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp:2658-2659
+
+ DomTreeUpdater DTU =
+ DomTreeUpdater(DT, DomTreeUpdater::UpdateStrategy::Eager);
+ SplitBlockAndInsertIfThen(SI->getCondition(), SI, false,
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138526/new/
https://reviews.llvm.org/D138526
More information about the llvm-commits
mailing list