[PATCH] D145846: [InstCombine] enhance icmp with sub folds

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 16 10:36:54 PDT 2023


goldstein.w.n added a comment.

> The new IR with and removes a use of the input variable, which is better for analysis.

"and" -> `And` (otherwise it looks like the conjugation, not the operator.


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

https://reviews.llvm.org/D145846



More information about the llvm-commits mailing list