[PATCH] D104863: [LSV] Teach LSV to handle atomic ops.

Michael Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 24 08:56:51 PDT 2021


hliao created this revision.
hliao added reviewers: arsenm, volkan, bogner.
Herald added subscribers: jfb, hiraditya.
hliao requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

- It's legal to reorder non-atomic and Unordered loads/stores around Monotonic or weaker atomics.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D104863

Files:
  llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  llvm/test/Transforms/LoadStoreVectorizer/atomic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104863.354272.patch
Type: text/x-patch
Size: 8879 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210624/01dd9aa3/attachment.bin>


More information about the llvm-commits mailing list