[llvm] [DAG] add (~a | x) & (a | y) -> (a & (x ^ y)) ^y for foldMaskedMerge (PR #144342)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 16 06:17:42 PDT 2025


https://github.com/RKSimon commented:

Please can you pull out the new tests into a pre-commit patch against current trunk codgen? I'll get that committed and then you can update this patch to show the codegen changes

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


More information about the llvm-commits mailing list