[all-commits] [llvm/llvm-project] a72cc9: [CodeGen][AArch64] Add support for LDAPR
Alexander Shaposhnikov via All-commits
all-commits at lists.llvm.org
Tue May 31 14:50:00 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a72cc958a386e5fc97e8c30137fb56eb77ef571c
https://github.com/llvm/llvm-project/commit/a72cc958a386e5fc97e8c30137fb56eb77ef571c
Author: Alexander Shaposhnikov <ashaposhnikov at google.com>
Date: 2022-05-31 (Tue, 31 May 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64.td
M llvm/lib/Target/AArch64/AArch64InstrAtomics.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/arm64-atomic.ll
A llvm/test/CodeGen/AArch64/atomic-ops-ldapr.ll
Log Message:
-----------
[CodeGen][AArch64] Add support for LDAPR
This diff adds support for LDAPR (RCPC extension)
(https://github.com/llvm/llvm-project/issues/55561).
Differential revision: https://reviews.llvm.org/D126250
Test plan: ninja check-all
More information about the All-commits
mailing list