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

JinGu Kang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 7 06:33:20 PDT 2021


jaykang10 added a comment.

In D99354#2802472 <https://reviews.llvm.org/D99354#2802472>, @fhahn wrote:

> In D99354#2763024 <https://reviews.llvm.org/D99354#2763024>, @jaykang10 wrote:
>
>> The below bugs are fixed.
>> https://bugs.llvm.org/show_bug.cgi?id=50279
>> https://bugs.llvm.org/show_bug.cgi?id=50302
>
> @jaykang10 can you verify the patch fixes the linked issue & close them?

Thanks for reminding me! @fhahn

Yep, I have checked those bug are fixed. I will close them.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99354



More information about the llvm-commits mailing list