[X86] Make (insert_vector_elt (v8i16 zerovec), i16 %x, 0) generate the same...
[X86] Make (insert_vector_elt (v8i16 zerovec), i16 %x, 0) generate the same code as (v8i16 (build_vector %x, 0, 0, 0, 0, 0, 0, 0)). Instead of using a insrw to element 0, use movzx and movd. Same for v16i8.
Loading
Please register or sign in to comment