Add the Power 10 instruction XS[MAX|MIN]CQP.
This will enable the base instructions required by https://reviews.llvm.org/D117006.
Paths
| Differential D118036
[PowerPC] Add the Power10 XS[MAX|MIN]CQP instruction. ClosedPublic Authored by tingwang on Jan 24 2022, 4:27 AM.
Details Summary Add the Power 10 instruction XS[MAX|MIN]CQP. This will enable the base instructions required by https://reviews.llvm.org/D117006.
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Jan 25 2022, 6:02 AM This revision was landed with ongoing or failed builds.Jan 26 2022, 8:01 PM Closed by commit rG6f25cb86854a: [PowerPC] Add the Power10 XS[MAX|MIN]CQP instruction (authored by tingwang). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 403481 llvm/lib/Target/PowerPC/P10InstrResources.td
llvm/lib/Target/PowerPC/PPCInstrPrefix.td
llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-ISA31.txt
llvm/test/MC/PowerPC/ppc64-encoding-ISA31.s
|
Should be put in the below block with Predicates = [IsISA3_1, HasVSX].
We also need one patch to move the above 4 VSX instructions to the same place.