================ @@ -22,6 +22,8 @@ namespace mlir { using namespace mlir; +#define DEBUG_TYPE "symbol-dce" ---------------- j2kun wrote: IWYU nit: add `#include "llvm/Support/Debug.h"` https://github.com/llvm/llvm-project/pull/143353