Skip to content

Commit 6660319

Browse files
committed
[RISCV] Remove unused RISCV::VLEFF and VLEFF_MASK. NFC
Looks like these got left behind when vleff isel was moved to X86ISelDAGToDAG.cpp
1 parent e2d774a commit 6660319

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7897,8 +7897,6 @@ const char *RISCVTargetLowering::getTargetNodeName(unsigned Opcode) const {
78977897
NODE_NAME_CASE(SPLAT_VECTOR_I64)
78987898
NODE_NAME_CASE(READ_VLENB)
78997899
NODE_NAME_CASE(TRUNCATE_VECTOR_VL)
7900-
NODE_NAME_CASE(VLEFF)
7901-
NODE_NAME_CASE(VLEFF_MASK)
79027900
NODE_NAME_CASE(VSLIDEUP_VL)
79037901
NODE_NAME_CASE(VSLIDE1UP_VL)
79047902
NODE_NAME_CASE(VSLIDEDOWN_VL)

llvm/lib/Target/RISCV/RISCVISelLowering.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@ enum NodeType : unsigned {
129129
// Truncates a RVV integer vector by one power-of-two. Carries both an extra
130130
// mask and VL operand.
131131
TRUNCATE_VECTOR_VL,
132-
// Unit-stride fault-only-first load
133-
VLEFF,
134-
VLEFF_MASK,
135132
// Matches the semantics of vslideup/vslidedown. The first operand is the
136133
// pass-thru operand, the second is the source vector, the third is the
137134
// XLenVT index (either constant or non-constant), the fourth is the mask

0 commit comments

Comments
 (0)