[X86] Support ANDNP combine through vector_shuffle
Combine ``` and (vector_shuffle<Z,...,Z> (insert_vector_elt undef, (xor X, -1), Z), undef), Y -> andnp (vector_shuffle<Z,...,Z> (insert_vector_elt undef, X, Z), undef), Y ``` Reviewed By: RKSimon, pengfei Differential Revision: https://reviews.llvm.org/D138521
Loading
Please sign in to comment