[llvm] [RISCV] Support postRA vsetvl insertion pass (PR #70549)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 28 21:48:33 PDT 2024


================
@@ -31,6 +31,7 @@
 #include "llvm/CodeGen/LiveIntervals.h"
 #include "llvm/CodeGen/LiveStacks.h"
 #include "llvm/CodeGen/MachineFunctionPass.h"
+#include "llvm/Support/ErrorHandling.h"
----------------
lukel97 wrote:

Do we use anything from ErrorHandling.h?

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


More information about the llvm-commits mailing list