[llvm] [InstCombine] Add commuted variants for (A ^ B) & ((B ^ C) ^ A) -> (A ^ B) & C (PR #96673)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 25 11:22:54 PDT 2024
https://github.com/nikic commented:
This needs test coverage.
https://github.com/llvm/llvm-project/pull/96673
More information about the llvm-commits
mailing list