[llvm] [CodeGen][NewPM] Port LiveDebugVariables to NPM (PR #115468)

Akshat Oke via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 2 13:33:58 PST 2024


================
@@ -21,23 +21,25 @@
 #define LLVM_CODEGEN_LIVEDEBUGVARIABLES_H
 
 #include "llvm/CodeGen/MachineFunctionPass.h"
+#include "llvm/IR/PassManager.h"
 #include "llvm/Support/Compiler.h"
+#include <memory>
 
 namespace llvm {
 
 template <typename T> class ArrayRef;
 class LiveIntervals;
 class VirtRegMap;
+class LDVImpl;
----------------
optimisan wrote:

Works

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


More information about the llvm-commits mailing list