[PATCH] D144387: [RISCV][NFC] Make a note of the operands for RISCVISD::VNSRL_VL

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 05:41:52 PST 2023


luke created this revision.
luke added reviewers: craig.topper, reames.
Herald added subscribers: asb, pmatos, VincentWu, vkmr, frasercrmck, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya, arichardson.
Herald added a project: All.
luke requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.

Split out from https://reviews.llvm.org/D144092


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144387

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.h


Index: llvm/lib/Target/RISCV/RISCVISelLowering.h
===================================================================
--- llvm/lib/Target/RISCV/RISCVISelLowering.h
+++ llvm/lib/Target/RISCV/RISCVISelLowering.h
@@ -270,6 +270,8 @@
   VWSUB_W_VL,
   VWSUBU_W_VL,
 
+  // Narrowing logical shift right.
+  // Operands are (source, shift, passthru, mask, vl)
   VNSRL_VL,
 
   // Vector compare producing a mask. Fourth operand is input mask. Fifth


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144387.498811.patch
Type: text/x-patch
Size: 444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230220/4cbccfef/attachment.bin>


More information about the llvm-commits mailing list