We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb6b15 commit 01b8dd1Copy full SHA for 01b8dd1
llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
@@ -36,7 +36,6 @@ using namespace llvm;
36
37
#define DEBUG_TYPE "riscv-insert-vsetvli"
38
#define RISCV_INSERT_VSETVLI_NAME "RISC-V Insert VSETVLI pass"
39
-#define RISCV_COALESCE_VSETVLI_NAME "RISC-V Coalesce VSETVLI pass"
40
41
STATISTIC(NumInsertedVSETVL, "Number of VSETVL inst inserted");
42
STATISTIC(NumCoalescedVSETVL, "Number of VSETVL inst coalesced");
0 commit comments