[llvm] [MachinePipeliner] Add an abstract layer to manipulate Data Dependenc… (PR #109918)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 04:12:05 PST 2024


================
@@ -40,7 +40,9 @@
 #ifndef LLVM_CODEGEN_MACHINEPIPELINER_H
 #define LLVM_CODEGEN_MACHINEPIPELINER_H
 
+#include "llvm/ADT/STLExtras.h"
 #include "llvm/ADT/SetVector.h"
+#include "llvm/Analysis/AliasAnalysis.h"
----------------
wangpc-pp wrote:

These two includes are not used I think.

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


More information about the llvm-commits mailing list