Implements the following intrinsics for contiguous loads & stores:
- @llvm.aarch64.sve.ld1
- @llvm.aarch64.sve.st1
Paths
| Differential D76688
[AArch64][SVE] Add SVE intrinsics for masked loads & stores ClosedPublic Authored by kmclaughlin on Mar 24 2020, 4:49 AM.
Details Summary Implements the following intrinsics for contiguous loads & stores:
Diff Detail Event TimelineThis revision is now accepted and ready to land.Mar 24 2020, 7:05 AM Closed by commit rG05606329e235: [AArch64][SVE] Add SVE intrinsics for masked loads & stores (authored by kmclaughlin). · Explain WhyMar 25 2020, 5:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 252267 llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/sve-intrinsics-ldst1.ll
|