[PATCH] D70504: [X86] Add support for STRICT_FP_ROUND/STRICT_FP_EXTEND from/to fp128 to/from f32/f64/f80 in 64-bit mode.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 12:23:57 PST 2019


craig.topper created this revision.
craig.topper added reviewers: andrew.w.kaylor, eli.friedman, kpn, uweigand, pengfei, LiuChen3.
Herald added subscribers: hiraditya, srhines.
Herald added a project: LLVM.

These need to emit a libcall like we do for the non-strict version.

32-bit mode needs to SoftenFloat support to be implemented for strict FP nodes.


https://reviews.llvm.org/D70504

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/fp128-cast-strict.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70504.230313.patch
Type: text/x-patch
Size: 11507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191120/6bfac560/attachment-0001.bin>


More information about the llvm-commits mailing list