[PATCH] D72184: [WIP][BPF] support exchange/compare-and-exchange instruction

Yonghong Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 2 23:47:11 PST 2020


yonghong-song updated this revision to Diff 302478.
yonghong-song edited the summary of this revision.
yonghong-song added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

changed encoding based on internal discussion on encoding
add a test


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72184

Files:
  clang/lib/Basic/Targets/BPF.cpp
  llvm/lib/Target/BPF/BPF.td
  llvm/lib/Target/BPF/BPFInstrFormats.td
  llvm/lib/Target/BPF/BPFInstrInfo.td
  llvm/lib/Target/BPF/BPFSubtarget.cpp
  llvm/lib/Target/BPF/BPFSubtarget.h
  llvm/lib/Target/BPF/Disassembler/BPFDisassembler.cpp
  llvm/test/CodeGen/BPF/atomics.ll
  llvm/test/CodeGen/BPF/atomics_2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72184.302478.patch
Type: text/x-patch
Size: 18243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201103/94705235/attachment-0001.bin>


More information about the cfe-commits mailing list