[PATCH] D109440: [InstCombine] remove a buggy set of zext-icmp transforms

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 8 11:58:56 PDT 2021


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

LGTM on the basis of directly preventing an endless combine loop and de-uglifying `transformZExtICmp()` at the same time - that `DoTransform` is super bugprone.


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

https://reviews.llvm.org/D109440



More information about the llvm-commits mailing list