[llvm] [InstCombine] Fold `((A ^ B) & C) | A` -> `A | (B & C)` (PR #76572)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 7 01:54:13 PST 2024


https://github.com/dtcxzyw closed https://github.com/llvm/llvm-project/pull/76572


More information about the llvm-commits mailing list