[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 20:16:04 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG8fdafb7dced8: Insert wait instruction after X87 instructions which could raise float-point… (authored by LiuChen3).

Changed prior to commit:
  https://reviews.llvm.org/D72750?vs=238185&id=238412#toc

Repository:
  rG LLVM Github Monorepo

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.238412.patch
Type: text/x-patch
Size: 191264 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200116/6413ab32/attachment-0001.bin>


More information about the llvm-commits mailing list