[PATCH] D124252: [SimpleLoopUnswitch] Enable freezing of conditions by default.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 23 04:22:43 PDT 2022
fhahn added a comment.
In D124252#3469719 <https://reviews.llvm.org/D124252#3469719>, @nikic wrote:
> I believe LoopUnswitch is only used in the legacy PM, so we should probably just delete the pass.
Yes, the pass should effectively be dead code with the move to the new PM and I don't think we should spend any time on updating it. I'll put up a patch to remove it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124252/new/
https://reviews.llvm.org/D124252
More information about the llvm-commits
mailing list