[llvm] [X86] combineSelect - relax "vselect (X & C == 0), LHS, RHS" --> "vselect (X & C != 0), RHS, LHS" type limitation (PR #173366)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 23 05:06:52 PST 2025
https://github.com/RKSimon auto_merge_enabled https://github.com/llvm/llvm-project/pull/173366
More information about the llvm-commits
mailing list