[PATCH] D136527: [InstCombine] use freeze to enable poison-safe logic->select fold

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 22 07:04:44 PDT 2022


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

LGTM. If you're looking for more missing logical and/or folds, I've left quite a few `!IsLogical` breadcrumbs in `foldAndOrOfICmps()`...


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

https://reviews.llvm.org/D136527



More information about the llvm-commits mailing list