[PATCH] D149486: [RISCV] Strengthen atomic ordering for sequentially consistent stores

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 12 07:49:45 PDT 2023


asb added a comment.

In D149486#4398598 <https://reviews.llvm.org/D149486#4398598>, @tschuett wrote:

> There is a process for breaking changes:
> https://llvm.org/docs/DeveloperPolicy.html#making-potentially-breaking-changes

There is, but I don't think this applies here - the change is completely compatible with the psABI that was being targeted before (to the best of our knowledge).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149486



More information about the llvm-commits mailing list