[PATCH] D136525: [M68k] Add codegen pattern for atomic load / store

Sheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 22:31:56 PDT 2022


0x59616e updated this revision to Diff 471715.
0x59616e marked an inline comment as done.
0x59616e added a comment.

Add support for `atomicrmw` and `cmpxchg`


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

https://reviews.llvm.org/D136525

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/AtomicExpandPass.cpp
  llvm/lib/Target/M68k/M68kISelLowering.cpp
  llvm/lib/Target/M68k/M68kISelLowering.h
  llvm/lib/Target/M68k/M68kInstrAtomics.td
  llvm/lib/Target/M68k/M68kInstrInfo.td
  llvm/lib/Target/M68k/M68kTargetMachine.cpp
  llvm/test/CodeGen/M68k/Atomics/cmpxchg.ll
  llvm/test/CodeGen/M68k/Atomics/load-store.ll
  llvm/test/CodeGen/M68k/Atomics/rmw.ll
  llvm/test/MC/Disassembler/M68k/atomics.txt
  llvm/test/MC/M68k/Atomics/cas.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136525.471715.patch
Type: text/x-patch
Size: 24601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221029/d7afec64/attachment.bin>


More information about the llvm-commits mailing list