summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-07-17 11:04:04 +0000
committerTim Northover <tnorthover@apple.com>2014-07-17 11:04:04 +0000
commit21310448143b3174931530ddf9f993dd93187957 (patch)
tree46885b52a1e7763e86c10807bdefeeb3bfd7cc63 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent19a29ac0d0fbd5fcbc616a2666a7427a5cd336f9 (diff)
X86: support double extension of f16 type.
x86 has no native ability to extend an f16 to f64, but the same result is obtained if we expand it into two separate extensions: f16 -> f32 -> f64. Unfortunately the same is not true for truncate, so that still results in a compilation failure. llvm-svn: 213251
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions