[PATCH] D108814: InstCombine: avoid non-reducing xor combine

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 27 05:08:42 PDT 2021


spatel accepted this revision.
spatel added a comment.

LGTM - we may want to do a bulk search/replace of m_Constant() -> m_ImmConstant() to avoid these loops.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108814



More information about the llvm-commits mailing list