[PATCH] D99069: [ValueTracking] Improve phi handling in isKnownNonEqual()

JinGu Kang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 22 09:14:08 PDT 2021


jaykang10 added a comment.

In D99069#2641050 <https://reviews.llvm.org/D99069#2641050>, @jaykang10 wrote:

> In D99069#2641038 <https://reviews.llvm.org/D99069#2641038>, @nikic wrote:
>
>> It might make sense to rephrase this code in terms of matchSimpleRecurrence().
>
> Ah! Thanks for letting me know. I did not know that. Let me try.

@nikic I have updated the patch with `matchSimpleRecurrence`. Please check it.


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

https://reviews.llvm.org/D99069



More information about the llvm-commits mailing list