[PATCH] D133025: [LLVM][AArch64] Replace aarch64.sve.ldN by aarch64.sve.ldN.sret
Caroline via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 1 01:45:06 PDT 2022
CarolineConcatto updated this revision to Diff 457202.
CarolineConcatto added a comment.
- Fix the index in: Value *SRet = Builder.CreateExtractValue(NewLdCall, 0);
from 0 to the index variable I.
- Add a upgrade test in llvm/test/Bitcode for aarch64.sve.ldN
- Remove the code generated tests for aarch64.sve.ldN intrinsic
in llvm/test/CodeGen/AArch64
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133025/new/
https://reviews.llvm.org/D133025
Files:
llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/lib/IR/AutoUpgrade.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.h
llvm/test/Bitcode/upgrade-aarch64-sve-intrinsics.ll
llvm/test/CodeGen/AArch64/sve-calling-convention-mixed.ll
llvm/test/CodeGen/AArch64/sve-intrinsics-ldN-reg+imm-addr-mode.ll
llvm/test/CodeGen/AArch64/sve-intrinsics-ldN-reg+reg-addr-mode.ll
llvm/test/CodeGen/AArch64/sve-intrinsics-loads.ll
llvm/test/CodeGen/AArch64/sve-merging-stores.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133025.457202.patch
Type: text/x-patch
Size: 77813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220901/9fd82458/attachment-0001.bin>
More information about the llvm-commits
mailing list