[llvm] [DAG] Fold (and X, (add (not Y), Z)) -> (and X, (not (sub Y, Z))). (PR #141476)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 16 01:15:20 PDT 2025


https://github.com/RKSimon requested changes to this pull request.

Please can regenerate the failing test files:
    LLVM :: CodeGen/LoongArch/ctlz-cttz-ctpop.ll
    LLVM :: CodeGen/X86/vector-lzcnt-128.ll


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


More information about the llvm-commits mailing list