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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 2 15:06:39 PDT 2019


craig.topper marked an inline comment as done.
craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/X86/misched_phys_reg_assign_order.ll:52
 
-attributes #0 = { "no-frame-pointer-elim-non-leaf" }
+attributes #0 = { noimplicitfloat "no-frame-pointer-elim-non-leaf" }
----------------
this test seemed to be testing somethign about the cmpxchg sequence so I've added noimplicitfloat to prevent the new code from triggering.


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

https://reviews.llvm.org/D60156





More information about the llvm-commits mailing list