[PATCH] D60156: [X86] Use FILD/FIST to implement i64 atomic load on 32-bit targets with X87, but no SSE2

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 11 11:39:18 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL358211: [X86] Use FILD/FIST to implement i64 atomic load on 32-bit targets with X87… (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D60156?vs=194386&id=194727#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D60156

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.h
  llvm/trunk/lib/Target/X86/X86InstrFPStack.td
  llvm/trunk/test/CodeGen/X86/atomic-fp.ll
  llvm/trunk/test/CodeGen/X86/atomic-load-store-wide.ll
  llvm/trunk/test/CodeGen/X86/atomic-mi.ll
  llvm/trunk/test/CodeGen/X86/atomic-non-integer.ll
  llvm/trunk/test/CodeGen/X86/misched_phys_reg_assign_order.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60156.194727.patch
Type: text/x-patch
Size: 41840 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190411/b59156cf/attachment.bin>


More information about the llvm-commits mailing list