This patch adds the LLVM IR intrinsics for the following:
- sdot (2-way, vectors + indexed)
- udot (2-way, vectors + indexed)
- fdot (vectors + indexed)
Paths
| Differential D143066
[AArch64][SVE2p1] Add 2-way SVE2p1 dot product intrinsics ClosedPublic Authored by david-arm on Feb 1 2023, 6:14 AM.
Details Summary This patch adds the LLVM IR intrinsics for the following:
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 2 2023, 7:52 AM Closed by commit rG6c1842845fdc: [AArch64][SVE2p1] Add 2-way SVE2p1 dot product intrinsics (authored by david-arm). · Explain WhyFeb 3 2023, 4:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 494585 llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve2p1-intrinsics-dots.ll
|