[PATCH] D147597: [InstCombine] icmp(X | OrC, C) --> icmp(X, 0)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 00:27:43 PDT 2023


nikic accepted this revision.
nikic added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/icmp.ll:4957
 
 ; negative tests -- extra use
 
----------------
Not a negative test.


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