[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
Wed May 28 06:24:54 PDT 2025
https://github.com/RKSimon approved this pull request.
LGTM - as long as @arsenm is OK with the AMDGPU changes and doesn't want to wait for #112647
https://github.com/llvm/llvm-project/pull/137641
More information about the llvm-commits
mailing list