This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Add MMA intrinsic definitions
AbandonedPublic

Authored by bsaleil on Jun 12 2020, 8:31 AM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

Add the intrinsic definitions for the new PowerPC MMA instructions.
These intrinsics use the v256i1 and v512i1 types, so the patch also enabled the use of v256i1 for intrinsics.

This patch is part of the PowerPC MMA RFC that will be posted soon.

Diff Detail

Event Timeline

bsaleil created this revision.Jun 12 2020, 8:31 AM
bsaleil created this object with visibility "bsaleil (Baptiste Saleil)".
bsaleil created this object with edit policy "bsaleil (Baptiste Saleil)".
Herald added a project: Restricted Project. · View Herald TranscriptJun 12 2020, 8:31 AM
bsaleil retitled this revision from [PowerPC] Add MMA intrinsic definition to [PowerPC] Add MMA intrinsic definitions.Jun 12 2020, 9:48 AM
bsaleil added a reviewer: Restricted Project.Jun 19 2020, 6:13 PM
bsaleil changed the visibility from "bsaleil (Baptiste Saleil)" to "Public (No Login Required)".
bsaleil changed the edit policy from "bsaleil (Baptiste Saleil)" to "All Users".
bsaleil added a project: Restricted Project.Jun 19 2020, 6:16 PM
bsaleil abandoned this revision.Oct 27 2020, 8:53 AM

Duplicate of D89345