[llvm] [RISCV] Remove RISCVISD::VSELECT_VL. (PR #76866)

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 3 19:34:38 PST 2024


================
@@ -330,8 +330,6 @@ enum NodeType : unsigned {
   // operand is VL.
   SETCC_VL,
 
-  // Vector select with an additional VL operand. This operation is unmasked.
-  VSELECT_VL,
   // General vmerge node with mask, true, false, passthru, and vl operands.
   VMERGE_VL,
----------------
wangpc-pp wrote:

Add a line here to describe how it can be used to represent VSELECT?

https://github.com/llvm/llvm-project/pull/76866


More information about the llvm-commits mailing list