This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Add aarch64_neon_vcmla{_rot{90,180,270}} intrinsics.
ClosedPublic

Authored by fhahn on Dec 9 2020, 3:44 AM.

Details

Summary

Add builtins required to implement vcmla and rotated variants from
the ACLE

Diff Detail

Event Timeline

fhahn created this revision.Dec 9 2020, 3:44 AM
fhahn requested review of this revision.Dec 9 2020, 3:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 9 2020, 3:44 AM
This revision is now accepted and ready to land.Dec 9 2020, 3:56 AM
fhahn updated this revision to Diff 310571.Dec 9 2020, 9:49 AM

Updated to use multiclass to make things a bit less verbose (mostly based on work Tim did initially).

This revision was landed with ongoing or failed builds.Dec 9 2020, 11:47 AM
This revision was automatically updated to reflect the committed changes.