[llvm] [llvm][CodeGen] avoid repeated interval calculation in window scheduler (PR #132352)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 1 21:34:42 PDT 2025


================
@@ -60,6 +60,7 @@
 #ifndef LLVM_CODEGEN_MODULOSCHEDULE_H
 #define LLVM_CODEGEN_MODULOSCHEDULE_H
 
+#include "llvm/ADT/SmallSet.h"
----------------
arsenm wrote:

```suggestion
```
Dead include? 

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


More information about the llvm-commits mailing list