[InstCombine] Generalise ((x1 ^ y1) | (x2 ^ y2)) == 0 transform
Generalise ((x1 ^ y1) | (x2 ^ y2)) == 0 transform to more than two pairs of variables https://github.com/llvm/llvm-project/issues/57831. Depends D154384. Reviewed By: goldstein.w.n, nikic Differential Revision: https://reviews.llvm.org/D154306
Loading
Please sign in to comment