[PATCH] D159058: [InstCombine] Improve scope of `foldICmpWithLowBitMaskedVal`

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 03:55:04 PDT 2023


nikic added a comment.

I thin this patch does too many changes at the same time. Can we separate support for the zero pattern from the recursive mask recognition?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159058



More information about the llvm-commits mailing list