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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Sep 19 10:12:54 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 Mlir-commits mailing list