Files
llvm-6502/test/CodeGen/X86
Juergen Ributzka fcfc234130 [X86] Emulate AVX 256bit MIN/MAX support by splitting the vector.
In AVX 256bit vectors are valid vectors and therefore the Type Legalizer doesn't
split the VSELECT and SETCC nodes. AVX only supports MIN/MAX on 128bit vectors
and this fix enables vector splitting for this special case in the X86 DAG
Combiner.

This fix is related to PR16695, PR17002, and <rdar://problem/14594431>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191131 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-21 04:55:22 +00:00
..
2013-09-16 22:22:07 +00:00
2013-08-27 08:39:25 +00:00
2013-08-21 17:14:31 +00:00
2013-09-16 22:22:07 +00:00
2013-08-12 12:43:26 +00:00
2013-09-19 23:00:28 +00:00
2013-08-08 10:46:36 +00:00