[Mlir-commits] [mlir] [mlir] Walk nested non-symbol table ops in symbol dce (PR #143353)

Jeremy Kun llvmlistbot at llvm.org
Mon Jun 9 08:40:19 PDT 2025


================
@@ -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


More information about the Mlir-commits mailing list