[PATCH] D89642: [VE] Add integer arithmetic vector instructions

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 02:14:39 PDT 2020


simoll added inline comments.


================
Comment at: llvm/lib/Target/VE/VEInstrVec.td:507
+let cx = 1, cx2 = 0 in
+defm PVADDUUP : RVm<"pvaddu.up", 0xc8, V64, I64, VM>;
+let cx = 1, cx2 = 1 in
----------------
Shouldn't the RC register class for `pv.*.up` instructions be `F32`? 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89642



More information about the llvm-commits mailing list