[PATCH] D124252: [SimpleLoopUnswitch] Enable freezing of conditions by default.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 03:51:21 PDT 2022


fhahn added a comment.

In D124252#3469849 <https://reviews.llvm.org/D124252#3469849>, @fhahn wrote:

> 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.

Patch is available: D124376 <https://reviews.llvm.org/D124376>


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