[llvm] [RISCV][InsertVSETVLI] Remove redundant vsetvli by repeating the coalesce phase (PR #141298)
Piyou Chen via llvm-commits
llvm-commits at lists.llvm.org
Sun May 25 22:11:47 PDT 2025
================
@@ -26,6 +26,7 @@
#include "RISCV.h"
#include "RISCVSubtarget.h"
+#include "llvm/ADT/SetVector.h"
----------------
BeMg wrote:
Is this include perhaps unnecessary?
https://github.com/llvm/llvm-project/pull/141298
More information about the llvm-commits
mailing list