[llvm] [CodeGen] Preserved additional analyses in StackSlotColoring pass. (PR #93779)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 6 03:03:03 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:
Could probably avoid the include by using the PassID
https://github.com/llvm/llvm-project/pull/93779
More information about the llvm-commits
mailing list