[PATCH] D147597: [InstCombine] icmp(X | LHS, RHS) --> icmp(X, 0)

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 9 15:40:53 PDT 2023


goldstein.w.n added a comment.

Can you only use `LHS` and `C` in comments/code/summary. You use `RHS` to both reference `LHS` and `C` variable.


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