[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
Fri May 2 04:53:42 PDT 2025


RKSimon wrote:

> By the way, based on the tests, the existing folding on the X86 target doesn't seem to be working.

What do you mean by this?

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


More information about the llvm-commits mailing list