CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2014/08/13 19:08:09
Modified files:
devel/llvm : Makefile
devel/llvm/patches:
patch-lib_CodeGen_SelectionDAG_LegalizeVectorTypes_cpp
Added files:
devel/llvm/patches:
patch-lib_CodeGen_SelectionDAG_LegalizeTypes_h
Log message:
r211435
Legalizer: Add support for splitting insert_subvectors.
We handle this by spilling the whole thing to the stack and doing the
insertion as a store.
PR19492. This happens in real code because the vectorizer creates v2i128 when
AVX is
enabled.
ok matthew@