Add the Power 10 instruction XS[MAX|MIN]CQP.
This will enable the base instructions required by https://reviews.llvm.org/D117006.
Differential D118036
[PowerPC] Add the Power10 XS[MAX|MIN]CQP instruction. tingwang on Jan 24 2022, 4:27 AM. Authored by
Details 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
|
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.