[X86] combineConcatVectorOps - add handling for X86ISD::VPERM2X128 nodes.
On AVX512 targets we can concatenate these and create a X86ISD::SHUF128 node. Prevents regression on some future work to improve codegen for concat_vectors(extract_subvector(),extract_subvector()) (mainly via vector widening) patterns.
Loading
Please sign in to comment