summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegisterClassInfo.cpp
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2013-09-21 04:55:18 +0000
committerJuergen Ributzka <juergen@apple.com>2013-09-21 04:55:18 +0000
commite9a80fc9127e9c15403f0f2b7042c4922463480c (patch)
treec13d94380bb64ae54ecab7dbb39e516eef176d78 /llvm/lib/CodeGen/RegisterClassInfo.cpp
parenta182592aa012e07ef2f8b473a06219337d3e7b19 (diff)
downloadbcm5719-llvm-e9a80fc9127e9c15403f0f2b7042c4922463480c.tar.gz
bcm5719-llvm-e9a80fc9127e9c15403f0f2b7042c4922463480c.zip
SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
The Type Legalizer recognizes that VSELECT needs to be split, because the type is to wide for the given target. The same does not always apply to SETCC, because less space is required to encode the result of a comparison. As a result VSELECT is split and SETCC is unrolled into scalar comparisons. This commit fixes the issue by checking for VSELECT-SETCC patterns in the DAG Combiner. If a matching pattern is found, then the result mask of SETCC is promoted to the expected vector mask for the given target. This mask has usually te same size as the VSELECT return type (except for Intel KNL). Now the type legalizer will split both VSELECT and SETCC. This allows the following X86 DAG Combine code to sucessfully detect the MIN/MAX pattern. This fixes PR16695, PR17002, and <rdar://problem/14594431>. llvm-svn: 191130
Diffstat (limited to 'llvm/lib/CodeGen/RegisterClassInfo.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud