[llvm] [InstCombine] Implement ((B ^ C) & A) | B -> B | (A & C) (PR #78782)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 12:54:28 PST 2024


nikic wrote:

I believe https://github.com/llvm/llvm-project/pull/77231 subsumes this already.

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


More information about the llvm-commits mailing list