[llvm] [SelectionDAG] Make `(a & x) | (~a & y) -> (a & (x ^ y)) ^ y` available for all targets (PR #137641)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 3 00:02:23 PDT 2025


RKSimon wrote:

@el-ev Please can you merge against trunk and fix the new test failures?

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


More information about the llvm-commits mailing list