Implements the following arithmetic intrinsics:
- int_aarch64_sve_sdot
- int_aarch64_sve_sdot_lane
- int_aarch64_sve_udot
- int_aarch64_sve_udot_lane
This patch includes tests for the Subdivide4Argument type added by D67549
Paths
| Differential D67551
[AArch64][SVE] Implement sdot and udot (lane) intrinsics ClosedPublic Authored by kmclaughlin on Sep 13 2019, 6:54 AM.
Details Summary Implements the following arithmetic intrinsics:
This patch includes tests for the Subdivide4Argument type added by D67549
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 11 2019, 8:05 AM Closed by commit rGee0a0a34646f: [AArch64][SVE] Implement sdot and udot (lane) intrinsics (authored by kmclaughlin). · Explain WhyOct 11 2019, 9:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 224608 llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/lib/Target/AArch64/AArch64InstrFormats.td
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve-intrinsics-int-arith.ll
|