diff options
author | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2014-10-23 22:49:25 +0000 |
---|---|---|
committer | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2014-10-23 22:49:25 +0000 |
commit | 7daf3b89f9e6d1661adc5a378934405b2a2427a9 (patch) | |
tree | be8de8aae6e49d4aa2a26aa45b6197a5197e0d01 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | ec53c299320e6d38c40b28b70de31e594e755f23 (diff) | |
download | llvm-7daf3b89f9e6d1661adc5a378934405b2a2427a9.zip llvm-7daf3b89f9e6d1661adc5a378934405b2a2427a9.tar.gz llvm-7daf3b89f9e6d1661adc5a378934405b2a2427a9.tar.bz2 |
[SelectionDAG] Teach the vector scalarizer about FP conversions.
This adds support for legalization of instructions of the form:
[fp_conv] <1 x i1> %op to <1 x double>
where fp_conv is one of fpto[us]i, [us]itofp. This used to assert
because they were simply missing from the vector operand scalarizer.
A similar problem arose in r190830, with trunc instead.
Fixes PR20778.
Differential Revision: http://reviews.llvm.org/D5810
llvm-svn: 220533
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions