[PATCH] D93108: [RISCV] Define vwadd/vwaddu/vwsub/vwsubu intrinsics.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 11:46:21 PST 2020


craig.topper added a comment.

I think this looks good other than that naming comment.



================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td:140
+
+defset list<VTypeInfoToWide> AllWideableIntVectors = {
+  def : VTypeInfoToWide<VI8MF8,  VI16MF4>;
----------------
Widenable is probably better than Wideable.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93108



More information about the llvm-commits mailing list