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

via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 19 05:17:01 PDT 2023


sftlbcn wrote:

this also fixes #28612

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


More information about the llvm-commits mailing list