[PATCH] D109155: [InstCombine] Fold BW/2+1 tops bits are same pattern

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 3 02:12:25 PDT 2021


foad added a comment.

> "A >s INT_MIN && A <s INT_MAX"

`>=s` and `<=s`, in the commit message and the inline comment?


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

https://reviews.llvm.org/D109155



More information about the llvm-commits mailing list