[PATCH] D136525: [M68k] Add codegen pattern for atomic load / store
Sheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 6 23:19:40 PST 2022
0x59616e marked an inline comment as done.
0x59616e added inline comments.
================
Comment at: llvm/lib/Target/M68k/M68kISelLowering.cpp:169
+ setOperationAction(
+ {
+ ISD::ATOMIC_LOAD_ADD,
----------------
myhsu wrote:
> just want to double check, were these line formatted by clang-format?
Yes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136525/new/
https://reviews.llvm.org/D136525
More information about the llvm-commits
mailing list