[PATCH] D120337: [InstCombine] Remove one-use limitation from X-Y==0 fold

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 22 10:09:51 PST 2022


spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.

LGTM.

I think previous changes like this have exposed some shortcomings in IR analysis or possibly LSR, so I'd watch for fallout there too. No way to know for certain until we try. :)


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

https://reviews.llvm.org/D120337



More information about the llvm-commits mailing list