[llvm] [InstCombine] Fold zext(icmp (A, xxx)) == shr(A, BW - 1) => not(trunc(xor(zext(icmp), shl))) (PR #68244)

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 6 13:59:49 PDT 2023


goldsteinn wrote:

Second commit message needs to be updated.

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


More information about the llvm-commits mailing list