[PATCH] D131142: [InstCombine] Canonicalize "and, add", "or, add", "xor, add"

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 23 10:23:59 PDT 2022


hiraditya added a comment.

nit: please edit the summary with

  // (X + C2) | C
  // (X + C2) ^ C
  // (X + C2) & C


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131142



More information about the llvm-commits mailing list