[PATCH] D70654: [LegalizeTypes][FPEnv][X86] Add initial support for softening strict fp nodes

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 24 23:46:53 PST 2019


craig.topper created this revision.
craig.topper added reviewers: uweigand, eli.friedman, kpn, andrew.w.kaylor, pengfei, LiuChen3.
Herald added subscribers: hiraditya, srhines.
Herald added a project: LLVM.
craig.topper added a parent revision: D70503: [TargetLowering] Merge ExpandChainLibCall with makeLibCall.

This is based on what's required for softening fp128 operations on 32-bit X86 assuming f32/f64/f80 are legal. So there could be some things missing.


https://reviews.llvm.org/D70654

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
  llvm/test/CodeGen/X86/fp128-libcalls-strict.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70654.230837.patch
Type: text/x-patch
Size: 73798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191125/077fc9c5/attachment.bin>


More information about the llvm-commits mailing list