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.
Paths
| Differential D81744
[PowerPC] Add MMA intrinsic definitions AbandonedPublic Authored by bsaleil on Jun 12 2020, 8:31 AM.
Details
Summary Add the intrinsic definitions for the new PowerPC MMA instructions. This patch is part of the PowerPC MMA RFC that will be posted soon.
Diff Detail
Event Timelinebsaleil retitled this revision from [PowerPC] Add MMA intrinsic definition to [PowerPC] Add MMA intrinsic definitions.Jun 12 2020, 9:48 AM bsaleil added a child revision: D81748: [PowerPC] Add MMA builtin decoding and definitions.Jun 17 2020, 12:19 PM Herald added subscribers: llvm-commits, steven.zhang, jdoerfert and 3 others. · View Herald TranscriptJun 19 2020, 6:13 PM bsaleil removed a child revision: D81748: [PowerPC] Add MMA builtin decoding and definitions.Oct 27 2020, 8:49 AM
Revision Contents
Diff 270411 llvm/include/llvm/IR/Intrinsics.td
llvm/include/llvm/IR/IntrinsicsPowerPC.td
llvm/lib/IR/Function.cpp
llvm/utils/TableGen/IntrinsicEmitter.cpp
|