[lld] [InstCombine] Canonicalize `and(zext(A), B)` into `select A, B & 1, 0` (PR #66740)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 19 22:58:57 PDT 2023
nikic wrote:
You might want to check whether this also fixes https://github.com/llvm/llvm-project/pull/66740 and if so add a test.
https://github.com/llvm/llvm-project/pull/66740
More information about the llvm-commits
mailing list