better graph explorer
Validate Operations / validate-operations (push) Has been cancelled

re-enable locations in dumps
This commit is contained in:
NiccoloN
2026-07-22 14:25:56 +02:00
parent 563921bccd
commit 8da4603be3
15 changed files with 500 additions and 188 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ void dumpModule(mlir::ModuleOp moduleOp, const std::string& name, bool assumeVer
llvm::raw_os_ostream os(file);
mlir::OpPrintingFlags flags;
flags.elideLargeElementsAttrs().enableDebugInfo(false, false);
flags.elideLargeElementsAttrs().enableDebugInfo(true, false);
if (assumeVerified)
flags.assumeVerified();
moduleOp.print(os, flags);