In order to keep the names consistent with other SVE gather loads, the
intrinsics for gather prefetch are renamed as follows:
- @llvm.aarch64.sve.gather.prfb -> @llvm.aarch64.sve.prfb.gather
Paths
| Differential D76421
[AArch64][SVE] Rename intrinsics for gather prefetch [NFC] ClosedPublic Authored by andwar on Mar 19 2020, 3:01 AM.
Details Summary In order to keep the names consistent with other SVE gather loads, the
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 19 2020, 4:49 AM Closed by commit rG0ea4fb5bb77b: [AArch64][SVE] Rename intrinsics for gather prefetch [NFC] (authored by awarzynski). · Explain WhyMar 19 2020, 5:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 251358 llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/test/CodeGen/AArch64/sve-intrinsics-gather-prefetches-scaled-offset.ll
llvm/test/CodeGen/AArch64/sve-intrinsics-gather-prefetches-vect-base-imm-offset.ll
llvm/test/CodeGen/AArch64/sve-intrinsics-gather-prefetches-vect-base-invalid-imm-offset.ll
|