[llvm] [RISCV] Support postRA vsetvl insertion pass (PR #70549)
Piyou Chen via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 29 20:59: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"
----------------
BeMg wrote:
It's been removed. Thank you for the reminder. I forgot to remove it after debugging.
https://github.com/llvm/llvm-project/pull/70549
More information about the llvm-commits
mailing list