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 c9c2480 commit 0a92d90Copy full SHA for 0a92d90
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"
@@ -802,6 +803,7 @@ class RISCVCoalesceVSETVLI : public MachineFunctionPass {
802
803
AU.addPreserved<LiveIntervals>();
804
AU.addRequired<SlotIndexes>();
805
AU.addPreserved<SlotIndexes>();
806
+ AU.addPreserved<LiveDebugVariables>();
807
AU.addPreserved<LiveStacks>();
808
809
MachineFunctionPass::getAnalysisUsage(AU);
0 commit comments