[PATCH] D141513: [ARM][AArch64] Switch to generic MEMBARRIER node

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 12 03:25:24 PST 2023


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

If the ordering is not used, I don't mind us removing it.

It might be worth documenting that MEMBARRIER should maybe be treated as a seq_cst singlescope fence though? This would mean it has an ordering, even if no ordering requirement.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141513



More information about the llvm-commits mailing list