[llvm] [InstCombine] Extend (icmp eq/ne (and Z, X), (and Z, Y)) folds (PR #94867)

via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 9 12:39:21 PDT 2024


goldsteinn wrote:

Okay, retitled/updated message. Basically we can just extend this fold under the special case that `X ^ Y` is neg p2 / constant.

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


More information about the llvm-commits mailing list