Implements the following intrinsics:
- @llvm.aarch64.sve.cdot
- @llvm.aarch64.sve.cdot.lane
Paths
| Differential D73687
[AArch64][SVE] Add SVE2 intrinsics for complex integer dot product ClosedPublic Authored by kmclaughlin on Jan 30 2020, 2:46 AM.
Details
Diff Detail
Event TimelineComment Actions
kmclaughlin added a parent revision: D73636: [AArch64][SVE] SVE2 intrinsics for complex integer arithmetic.Jan 31 2020, 7:15 AM This revision is now accepted and ready to land.Jan 31 2020, 10:11 AM Closed by commit rGe7755f9e4f48: [AArch64][SVE] Add SVE2 intrinsics for complex integer dot product (authored by kmclaughlin). · Explain WhyFeb 11 2020, 2:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 243781 llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve2-intrinsics-complex-dot.ll
|
Missing ImmArg?