[llvm] [RISCV][NFC] Remove the unused RISCV_COALESCE_VSETVLI_NAME (PR #111536)
Piotr Fusik via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 8 07:16:10 PDT 2024
https://github.com/pfusik created https://github.com/llvm/llvm-project/pull/111536
This pass was removed in 1cff74130f30aaf47a995c5f6b637a04eaab2617
>From 975fe91281686e3e00a9cfe140f06468c02a3746 Mon Sep 17 00:00:00 2001
From: Piotr Fusik <p.fusik at samsung.com>
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 af2279f1023b0d..052b4a61298223 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");
More information about the llvm-commits
mailing list