[PATCH] D157279: [CodeGen] Disable LD1RX instructions generation for Neoverse-V1
Igor Kirillov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 7 06:14:17 PDT 2023
igor.kirillov created this revision.
Herald added subscribers: mgabka, hiraditya.
Herald added a project: All.
igor.kirillov requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
These instructions show worse performance on Neoverse-V1 compared
to pair of LDR(LDP)/MOV instructions.
This patch adds `avoid-ld1r` sub-target feature, which is enabled
only on Neoverse-V1.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D157279
Files:
llvm/lib/Target/AArch64/AArch64.td
llvm/lib/Target/AArch64/AArch64InstrInfo.td
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve-ld1r.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157279.547759.patch
Type: text/x-patch
Size: 62321 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230807/107aaa14/attachment.bin>
More information about the llvm-commits
mailing list