[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 03:00:54 PDT 2025


https://github.com/RKSimon approved this pull request.

LGTM - cheers!

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


More information about the llvm-commits mailing list