[PATCH] D118036: [PowerPC] Add the Power10 XS[MAX|MIN]CQP instruction.

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 24 17:40:56 PST 2022


shchenz added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCInstrPrefix.td:2397
+  def XSMAXCQP : X_VT5_VA5_VB5<63, 676, "xsmaxcqp", []>;
+  def XSMINCQP : X_VT5_VA5_VB5<63, 740, "xsmincqp", []>;
 }
----------------
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.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118036/new/

https://reviews.llvm.org/D118036



More information about the llvm-commits mailing list