[X86] Add a DAG combine for (aext_vector_inreg (aext_vector_inreg X)) ->...
[X86] Add a DAG combine for (aext_vector_inreg (aext_vector_inreg X)) -> (aext_vector_inreg X) to fix a regression from my previous commit. Type legalization is causing two nodes to be created here, but we can use a single node to extend from v8i16 to v2i64. llvm-svn: 354648
Loading
Please register or sign in to comment