[clang] [InstCombine] Canonicalize `and(zext(A), B)` into `select A, B & 1, 0` (PR #66740)

via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 19 10:12:51 PDT 2023


goldsteinn wrote:

Created: https://github.com/llvm/llvm-project/pull/66793 which fixes the backend regression this can cause.

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


More information about the cfe-commits mailing list