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

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 24 12:29:49 PST 2022


stefanp added inline comments.


================
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),
----------------
lei wrote:
> Any reason why we don't want this in the existing `IsISA3_1` section on line 1898?
> Any reason why we don't want this in the existing `IsISA3_1` section on line 1898?

It was separate in the original patch so I just left it where the original patch put it. There is no reason not to move it so I'll move it down.


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