[llvm] [SelectionDAG]Salvage debuginfo when combining load and sext instrs. (PR #169779)
Orlando Cazalet-Hyams via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 27 03:13:49 PST 2025
================
@@ -78,6 +80,7 @@
#include <variant>
#include "MatchContext.h"
+#include "SDNodeDbgValue.h"
----------------
OCHyams wrote:
Are the three includes added all needed? Just checking as I think some editors or formatters add includes that we can avoid due to things being transitively included.
https://github.com/llvm/llvm-project/pull/169779
More information about the llvm-commits
mailing list