aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorOliver Stannard <oliver.stannard@arm.com>2015-11-09 11:03:18 +0000
committerOliver Stannard <oliver.stannard@arm.com>2015-11-09 11:03:18 +0000
commit563585789c1bc44fecdf8ea6ae8dd2dcaeb69f28 (patch)
treebdeb99b3ef15dc9036e3f161527b8c4917bc9d68 /clang/lib/Frontend/CompilerInvocation.cpp
parent4c9c9375422b1b4c67f5c3e172bcfd1c84af7c94 (diff)
downloadllvm-563585789c1bc44fecdf8ea6ae8dd2dcaeb69f28.zip
llvm-563585789c1bc44fecdf8ea6ae8dd2dcaeb69f28.tar.gz
llvm-563585789c1bc44fecdf8ea6ae8dd2dcaeb69f28.tar.bz2
[CodeGen] Always promote f16 if not legal
We don't currently have any runtime library functions for operations on f16 values (other than conversions to and from f32 and f64), so we should always promote it to f32, even if that is not a legal type. In that case, the f32 values would be softened to f32 library calls. SoftenFloatRes_FP_EXTEND now needs to check the promoted operand's type, as it may ne a no-op or require a different library call. getCopyFromParts and getCopyToParts now need to cope with a floating-point value stored in a larger integer part, as is the case for any target that needs to store an f16 value in a 32-bit integer register. Differential Revision: http://reviews.llvm.org/D12856 llvm-svn: 252459
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions