[PATCH] D68757: [X86] Add strict fp support for instructions fadd/fsub/fmul/fdiv

Pengfei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 9 20:12:58 PDT 2019


pengfei created this revision.
pengfei added reviewers: craig.topper, RKSimon, andrew.w.kaylor, uweigand, kpn, spatel, cameron.mcinally.
Herald added a project: LLVM.

This is the following patch of D68686 <https://reviews.llvm.org/D68686>. It adds strict node support for instructions fadd/fsub/fmul/fdiv


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D68757

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/lib/Target/X86/X86InstrAVX512.td
  llvm/lib/Target/X86/X86InstrSSE.td
  llvm/test/CodeGen/X86/vec-strict-128.ll
  llvm/test/CodeGen/X86/vec-strict-256.ll
  llvm/test/CodeGen/X86/vec-strict-512.ll
  llvm/test/CodeGen/X86/vector-constrained-fp-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68757.224238.patch
Type: text/x-patch
Size: 35052 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191010/2f46d6d0/attachment.bin>


More information about the llvm-commits mailing list