[PATCH] D71592: [X86] Enable STRICT_FP_TO_SINT/UINT on X86 backend.

LiuChen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 01:35:52 PST 2019


LiuChen3 created this revision.
LiuChen3 added reviewers: pengfei, craig.topper, RKSimon, uweigand, andrew.w.kaylor.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

This patch is mainly for custom lowering the vector operation.


https://reviews.llvm.org/D71592

Files:
  llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/lib/Target/X86/X86InstrAVX512.td
  llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
  llvm/lib/Target/X86/X86InstrSSE.td
  llvm/test/CodeGen/X86/avx512dqvl-intrinsics.ll
  llvm/test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll
  llvm/test/CodeGen/X86/avx512vl-intrinsics.ll
  llvm/test/CodeGen/X86/fp-strict-scalar-fptoint.ll
  llvm/test/CodeGen/X86/fp80-strict-scalar.ll
  llvm/test/CodeGen/X86/vec-strict-fptoint-128.ll
  llvm/test/CodeGen/X86/vec-strict-fptoint-256.ll
  llvm/test/CodeGen/X86/vec-strict-fptoint-512.ll
  llvm/test/CodeGen/X86/vector-constrained-fp-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71592.234239.patch
Type: text/x-patch
Size: 369389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191217/985f54b5/attachment-0001.bin>


More information about the llvm-commits mailing list