[llvm] [RISCV][InsertVSETVLI] Remove redundant vsetvli by repeating the coalesce phase (PR #141298)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Tue May 27 10:17:50 PDT 2025


================
@@ -26,6 +26,7 @@
 
 #include "RISCV.h"
 #include "RISCVSubtarget.h"
+#include "llvm/ADT/SetVector.h"
----------------
mshockwave wrote:

I'd just changed the method and we're no longer using SetVector.

https://github.com/llvm/llvm-project/pull/141298


More information about the llvm-commits mailing list