[PATCH] D142366: [AArch64] Codegen for FEAT_LSE128

Tomas Matheson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 07:31:45 PST 2023


tmatheson created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
tmatheson requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Codegen support for 128-bit atomicrmw (and|or|xchg):

- store atomic -> swpp
- atomicrmw xchg -> swpp
- atomicrmw and -> ldclrp
- atomicrmw or -> ldsetp

Differential Review: https://reviews.llvm.org/D141406


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142366

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/Atomics/aarch64-atomic-store-lse128.ll
  llvm/test/CodeGen/AArch64/Atomics/aarch64-atomicrmw-lse128.ll
  llvm/test/CodeGen/AArch64/Atomics/aarch64_be-atomic-store-lse128.ll
  llvm/test/CodeGen/AArch64/Atomics/aarch64_be-atomicrmw-lse128.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142366.491371.patch
Type: text/x-patch
Size: 34818 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230123/1e75f048/attachment-0001.bin>


More information about the llvm-commits mailing list