From 975fe91281686e3e00a9cfe140f06468c02a3746 Mon Sep 17 00:00:00 2001 From: Piotr Fusik Date: Tue, 8 Oct 2024 16:14:08 +0200 Subject: [PATCH] [RISCV][NFC] Remove the unused RISCV_COALESCE_VSETVLI_NAME This pass was removed in 1cff74130f30aaf47a995c5f6b637a04eaab2617 --- llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp b/llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp index af2279f1023b0..052b4a6129822 100644 --- a/llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp +++ b/llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp @@ -36,7 +36,6 @@ using namespace llvm; #define DEBUG_TYPE "riscv-insert-vsetvli" #define RISCV_INSERT_VSETVLI_NAME "RISC-V Insert VSETVLI pass" -#define RISCV_COALESCE_VSETVLI_NAME "RISC-V Coalesce VSETVLI pass" STATISTIC(NumInsertedVSETVL, "Number of VSETVL inst inserted"); STATISTIC(NumCoalescedVSETVL, "Number of VSETVL inst coalesced");