[PATCH] D99354: [SimpleLoopUnswitch] Port partially invariant unswitch from LoopUnswitch to SimpleLoopUnswitch

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 26 01:43:30 PDT 2021


fhahn added a comment.

Thanks for putting up this patch! Would it be possible to move the detection code (`hasPartialIVCondition`) somewhere, so both version of unswitching can use the same code?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99354/new/

https://reviews.llvm.org/D99354



More information about the llvm-commits mailing list