[PATCH] D147597: [InstCombine] Fold icmp(bin(X, Y) + Positive) --> icmp(bin(X, Y))

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 5 22:07:28 PDT 2023


goldstein.w.n added a comment.

I think the title should be: 'icmp(bin(X, Y) | Positive)' (seems to be `or`, not `add`).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147597



More information about the llvm-commits mailing list