[#] http://marc.info/?l=openbsd-ports-cvs&m=140797851325846&w=2
openbsd-ports-cvs(obsdave,2) — All
2014-08-14 05:55:18


Module name: ports
Changes by: brad@cvs.openbsd.org 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@