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 471210b commit c1276e5Copy full SHA for c1276e5
llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
@@ -27,6 +27,7 @@
27
#include "RISCV.h"
28
#include "RISCVSubtarget.h"
29
#include "llvm/ADT/Statistic.h"
30
+#include "llvm/CodeGen/LiveDebugVariables.h"
31
#include "llvm/CodeGen/LiveIntervals.h"
32
#include "llvm/CodeGen/LiveStacks.h"
33
#include "llvm/CodeGen/MachineFunctionPass.h"
@@ -807,6 +808,7 @@ class RISCVCoalesceVSETVLI : public MachineFunctionPass {
807
808
AU.addPreserved<LiveIntervals>();
809
AU.addRequired<SlotIndexes>();
810
AU.addPreserved<SlotIndexes>();
811
+ AU.addPreserved<LiveDebugVariables>();
812
AU.addPreserved<LiveStacks>();
813
814
MachineFunctionPass::getAnalysisUsage(AU);
0 commit comments