[PATCH] D72750: [X86] Insert wait instruction after X87 instructions which could raise float-point exception.

LiuChen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 15 00:55:11 PST 2020


LiuChen3 updated this revision to Diff 238185.
LiuChen3 added a comment.

remove redundant header files.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72750/new/

https://reviews.llvm.org/D72750

Files:
  llvm/lib/Target/X86/CMakeLists.txt
  llvm/lib/Target/X86/X86.h
  llvm/lib/Target/X86/X86FloatingPoint.cpp
  llvm/lib/Target/X86/X86InsertWait.cpp
  llvm/lib/Target/X86/X86InstrFPStack.td
  llvm/lib/Target/X86/X86TargetMachine.cpp
  llvm/test/CodeGen/X86/O0-pipeline.ll
  llvm/test/CodeGen/X86/O3-pipeline.ll
  llvm/test/CodeGen/X86/constrained-fp80-trunc-ext.ll
  llvm/test/CodeGen/X86/fp-intrinsics.ll
  llvm/test/CodeGen/X86/fp-strict-libcalls-msvc32.ll
  llvm/test/CodeGen/X86/fp-strict-scalar-cmp.ll
  llvm/test/CodeGen/X86/fp-strict-scalar-fptoint.ll
  llvm/test/CodeGen/X86/fp-strict-scalar-inttofp.ll
  llvm/test/CodeGen/X86/fp-strict-scalar-round.ll
  llvm/test/CodeGen/X86/fp-strict-scalar.ll
  llvm/test/CodeGen/X86/fp128-cast-strict.ll
  llvm/test/CodeGen/X86/fp80-strict-scalar-cmp.ll
  llvm/test/CodeGen/X86/fp80-strict-scalar.ll
  llvm/test/CodeGen/X86/vec-strict-128.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/vec-strict-inttofp-128.ll
  llvm/test/CodeGen/X86/vec-strict-inttofp-256.ll
  llvm/test/CodeGen/X86/vec-strict-inttofp-512.ll
  llvm/test/CodeGen/X86/vector-constrained-fp-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72750.238185.patch
Type: text/x-patch
Size: 191266 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200115/29edfdb6/attachment-0001.bin>


More information about the llvm-commits mailing list