[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
Wed Oct 4 13:10:08 PDT 2023
https://github.com/XChy edited https://github.com/llvm/llvm-project/pull/68244
More information about the llvm-commits
mailing list