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

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 21 18:16:20 PST 2024


dtcxzyw wrote:

> @dtcxzyw This true?

Confirmed.

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


More information about the llvm-commits mailing list