[PATCH] D77839: [llvm][CodeGen] Rename SVE gather prefetch intrinsics. [NFC]
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 9 16:21:39 PDT 2020
fpetrogalli created this revision.
fpetrogalli added reviewers: andwar, sdesmalen.
Herald added subscribers: llvm-commits, arphaman, hiraditya, tschuett.
Herald added a reviewer: rengolin.
Herald added a project: LLVM.
The renaming is necessary to make the naming scheme uniform with other
gather/scatter load/stores SVE intrinsics.
The naming of variables and functions have been adapted to make it
explicit whether we are dealing with a scalar offset (which is
unscaled) or an index (which is scaled according to the data type of
the lanes of the vector).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D77839
Files:
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-scalar-base-vector-indexes.ll
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77839.256440.patch
Type: text/x-patch
Size: 77484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200409/363fd21b/attachment.bin>
More information about the llvm-commits
mailing list