Tim Northover 6c701b9aca CodeGen: generate single libcall for fptrunc -> f16 operations.
Previously we asserted on this code. Currently compiler-rt doesn't
actually implement any of these new libcalls, but external help is
pretty much the only viable option for LLVM.

I've followed the much more generic "__truncST2" naming, as opposed to
the odd name for f32 -> f16 truncation. This can obviously be changed
later, or overridden by any targets that need to.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213252 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-17 11:12:12 +00:00
..
2014-06-11 01:19:03 +00:00
2014-07-02 06:45:26 +00:00
2014-04-24 06:44:33 +00:00
2014-07-14 17:11:20 +00:00
2014-07-03 16:17:20 +00:00
2014-07-12 21:59:52 +00:00