[llvm] [InstCombine] Fold bool (((A & B) ^ 1) & C) & A into ((B ^ 1) & A) & C (PR #78150)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 15 04:03:54 PST 2024
nikic wrote:
I think this will already be fixed generically by https://github.com/llvm/llvm-project/pull/77231.
https://github.com/llvm/llvm-project/pull/78150
More information about the llvm-commits
mailing list