Skip to content

Commit 01b8dd1

Browse files
authored
[RISCV][NFC] Remove the unused RISCV_COALESCE_VSETVLI_NAME (#111536)
This pass was removed in 1cff741
1 parent 5cb6b15 commit 01b8dd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ using namespace llvm;
3636

3737
#define DEBUG_TYPE "riscv-insert-vsetvli"
3838
#define RISCV_INSERT_VSETVLI_NAME "RISC-V Insert VSETVLI pass"
39-
#define RISCV_COALESCE_VSETVLI_NAME "RISC-V Coalesce VSETVLI pass"
4039

4140
STATISTIC(NumInsertedVSETVL, "Number of VSETVL inst inserted");
4241
STATISTIC(NumCoalescedVSETVL, "Number of VSETVL inst coalesced");

0 commit comments

Comments
 (0)