[llvm] [CodeGen] Preserved additional analyses in StackSlotColoring pass. (PR #93779)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 6 05:22:22 PDT 2024


================
@@ -13,6 +13,7 @@
 #include "llvm/ADT/BitVector.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/Statistic.h"
+#include "llvm/CodeGen/LiveDebugVariables.h"
----------------
arsenm wrote:

They all should (but the PassID will go away in new PM so it's probably not worth fixing all of the missing instances) 

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


More information about the llvm-commits mailing list