This patch adds support for accumulator/unprimed accumulator
register copy, spill and restore for MMA.
Authored By: Baptiste Saleil
Paths
| Differential D90616
[PowerPC] Accumulator/Unprimed Accumulator register copy, spill and restore ClosedPublic Authored by saghir on Nov 2 2020, 7:56 AM.
Details
Summary This patch adds support for accumulator/unprimed accumulator Authored By: Baptiste Saleil
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 3 2020, 12:39 PM bsaleil added a child revision: D90799: [PowerPC] Add paired vector load and store builtins and intrinsics.Nov 4 2020, 2:10 PM This revision was landed with ongoing or failed builds.Nov 11 2020, 2:24 PM Closed by commit rG37c4ac854553: [PowerPC] Accumulator/Unprimed Accumulator register copy, spill and restore (authored by bsaleil, committed by saghir). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 304658 llvm/lib/Target/PowerPC/PPCInstrInfo.h
llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
llvm/lib/Target/PowerPC/PPCInstrPrefix.td
llvm/lib/Target/PowerPC/PPCRegisterInfo.h
llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
llvm/test/CodeGen/PowerPC/mma-acc-spill.ll
llvm/test/CodeGen/PowerPC/mma-intrinsics.ll
|