[llvm] [DAG] Fold (and X, (bswap/bitreverse (not Y))) -> (and X, (not (bswap/bitreverse Y))) on ANDNOT capable targets (PR #112547)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 07:19:44 PDT 2024


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

LGTM.

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


More information about the llvm-commits mailing list