[clang-tools-extra] [InstCombine] Canonicalize `(X +/- Y) & Y` into `~X & Y` when Y is a power of 2 (PR #67915)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 6 02:53:12 PDT 2023


nikic wrote:

Can you please pre-commit the new tests as well (and double-check that there is no unexpected operand order canonicalization while doing that)?

https://github.com/llvm/llvm-project/pull/67915


More information about the cfe-commits mailing list