[PATCH] D119844: [MemoryDependency] Relax the re-ordering of atomic store and unordered load/store

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 16 07:57:03 PST 2022


reames accepted this revision.
reames added a comment.
This revision is now accepted and ready to land.

LGTM

I'm convinced on the seq_cst case.

I went ahead and landed an expanded version of your new test file.  Please rebase and sanity check that none of the new tests give unexpected results before committing.  No further review needed unless you see something weird.


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

https://reviews.llvm.org/D119844



More information about the llvm-commits mailing list