This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Add remaining SVE2 mla indexed intrinsics.
ClosedPublic

Authored by dancgr on Jan 29 2020, 8:25 AM.

Details

Summary

Add remaining SVE2 mla indexed intrinsics:

  • sqdmlalb, sqdmlalt, sqdmlslb, sqdmlslt

Add suffix _lane and switch immediate types to i32 for all mla indexed intrinsics to align with ACLE builtin definitions.

Diff Detail

Event Timeline

dancgr created this revision.Jan 29 2020, 8:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 29 2020, 8:25 AM

@sdesmalen Hopefully all comments from D73576 were addressed with this patch.

dancgr edited the summary of this revision. (Show Details)Jan 29 2020, 1:37 PM
sdesmalen accepted this revision.Jan 30 2020, 7:13 AM

LGTM! Thanks for fixing up the naming and i32 immediates @dancgr!

This revision is now accepted and ready to land.Jan 30 2020, 7:13 AM
This revision was automatically updated to reflect the committed changes.