[PATCH] D136525: [M68k] Add codegen pattern for atomic load / store
Sheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 1 18:56:28 PDT 2022
0x59616e added a comment.
one more question :
- If the atomic width is a property belongs to all of the atomic instruction, is it legal to transform the `atomic_load` / `atomic_store` to a normal `load` / `store` before `AtomicExpandPass` ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136525/new/
https://reviews.llvm.org/D136525
More information about the llvm-commits
mailing list