[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
Mon Jun 9 06:52:35 PDT 2025
RKSimon wrote:
Maybe worth waiting until #143363 has dropped and then just add another SDPatternMatch pattern to fold MaskedMerge
https://github.com/llvm/llvm-project/pull/137641
More information about the llvm-commits
mailing list