[PATCH] D117507: [PowerPC] Add the Power10 LXVKQ instrution.

Lei Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 18 07:15:37 PST 2022


lei accepted this revision as: lei.
lei added a comment.
This revision is now accepted and ready to land.

LGTM, just a minor comment.



================
Comment at: llvm/lib/Target/PowerPC/PPCInstrPrefix.td:1697
 
+let Predicates = [IsISA3_1] in {
+  def LXVKQ : XForm_XT6_IMM5<60, 31, 360, (outs vsrc:$XT), (ins u5imm:$UIM),
----------------
Any reason why we don't want this in the existing `IsISA3_1` section on line 1898?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117507



More information about the llvm-commits mailing list