This is an archive of the discontinued LLVM Phabricator instance.

[llvm][sve] Intrinsics for SVE sudot and usdot instructions.
ClosedPublic

Authored by fpetrogalli on May 13 2020, 9:18 AM.

Details

Summary

This patch adds IR intrinsics for the mnemonics USDOT and SUDOT of the
8.6 extension of Armv8-a.

Diff Detail

Event Timeline

fpetrogalli created this revision.May 13 2020, 9:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 13 2020, 9:18 AM
This revision is now accepted and ready to land.May 13 2020, 9:57 AM
sdesmalen added inline comments.May 14 2020, 2:17 AM
llvm/lib/Target/AArch64/SVEInstrFormats.td
7580

Please use SVE_3_Op_Pat for this pattern.

7610

This pattern can use SVE_3_Op_Imm_Pat

fpetrogalli marked 2 inline comments as done.

Address review comments.

This revision was automatically updated to reflect the committed changes.