[PATCH] D68857: [X86] Add strict fp support for operations of X87 instructions
LiuChen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 20:07:53 PDT 2019
LiuChen3 created this revision.
Herald added subscribers: llvm-commits, pengfei, hiraditya.
Herald added a project: LLVM.
LiuChen3 added a reviewer: pengfei.
This is the following patch of D68854 <https://reviews.llvm.org/D68854>.
This patch adds basic operations of X87 instructions, including +, -, *, / , fp extensions and fp truncations.
https://reviews.llvm.org/D68857
Files:
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/lib/Target/X86/X86InstrFPStack.td
llvm/test/CodeGen/X86/x87-fp-strict-add.ll
llvm/test/CodeGen/X86/x87-fp-strict-div.ll
llvm/test/CodeGen/X86/x87-fp-strict-fpextend.ll
llvm/test/CodeGen/X86/x87-fp-strict-fpround.ll
llvm/test/CodeGen/X86/x87-fp-strict-mul.ll
llvm/test/CodeGen/X86/x87-fp-strict-sqrt.ll
llvm/test/CodeGen/X86/x87-fp-strict-sub.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68857.224531.patch
Type: text/x-patch
Size: 28320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191011/028cc580/attachment.bin>
More information about the llvm-commits
mailing list