[PATCH] D137590: [CodeGen][AArch64] Enable LDAPR under +RCPC

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 7 14:26:01 PST 2022


alexander-shaposhnikov created this revision.
alexander-shaposhnikov added reviewers: eli.friedman, dmgreen, ktkachov.
alexander-shaposhnikov created this object with visibility "All Users".
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
alexander-shaposhnikov requested review of this revision.
Herald added a project: LLVM.

This diff is a follow-up to D126250 <https://reviews.llvm.org/D126250> and enables LDAPR if the RCPC extensions are enabled.

Test plan: ninja check-all


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137590

Files:
  llvm/lib/Target/AArch64/AArch64.td
  llvm/lib/Target/AArch64/AArch64InstrAtomics.td
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/arm64-atomic.ll
  llvm/test/CodeGen/AArch64/atomic-ops-ldapr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137590.473795.patch
Type: text/x-patch
Size: 104564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221107/b4c7d942/attachment-0001.bin>


More information about the llvm-commits mailing list