This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Assembler support for the ARMv8.2a dot product instructions
ClosedPublic

Authored by SjoerdMeijer on Aug 9 2017, 5:54 AM.

Details

Summary

Dot product is an optional ARMv8.2a extension, see also the public architecture specification here: https://developer.arm.com/products/architecture/a-profile/exploration-tools.
This patch adds AArch64 assembler support for these dot product instructions.

Diff Detail

Repository
rL LLVM

Event Timeline

SjoerdMeijer created this revision.Aug 9 2017, 5:54 AM
t.p.northover accepted this revision.Aug 9 2017, 7:45 AM

Looks reasonable to me.

This revision is now accepted and ready to land.Aug 9 2017, 7:45 AM

Thanks for the review!

This revision was automatically updated to reflect the committed changes.