[PATCH] D155940: [SimplifyCFG] Transform for redirecting phis between unmergeable BB and SuccBB

Hongyu Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 19 04:15:36 PDT 2023


XChy added a comment.

In D155940#4641865 <https://reviews.llvm.org/D155940#4641865>, @DianQK wrote:

> LGTM. But before landing, you'd better request @nikic approval for this.
>
>> If possible, however, it would be better if there is any other available option that does not modify the original IR.
>
> I don't know. The purpose of your transformation is to tweak this test case.

Sure, thanks for your review!


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

https://reviews.llvm.org/D155940



More information about the llvm-commits mailing list