[PATCH] D69219: [SelectionDAG] Enable lowering unordered atomics loads w/LoadSDNode (and stores w/StoreSDNode) by default

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 28 14:28:38 PDT 2019


reames updated this revision to Diff 226749.
reames added a comment.
Herald added a subscriber: hiraditya.

It looks like I screwed up somewhere.  I went to land the approached patch, ran make check and saw a bunch of unexpected failures.

Looking into the diffs thereof, it appears the new implementation is still buggy.  We appear to be splitting an atomic load/store in some cases rather than emitting a library call.  This is definitely incorrect.

As such, I'm considering the LGTMs here revoked, and will refresh this patch once issue is fixed.


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

https://reviews.llvm.org/D69219

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/atomic-non-integer-fp128.ll
  llvm/test/CodeGen/X86/atomic-non-integer.ll
  llvm/test/CodeGen/X86/atomic-unordered.ll
  llvm/test/CodeGen/X86/atomic128.ll
  llvm/test/CodeGen/X86/combineIncDecVector-crash.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69219.226749.patch
Type: text/x-patch
Size: 25939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191028/24a5c492/attachment.bin>


More information about the llvm-commits mailing list