lonely eagle 3407fedb86
[mlir][dataflow] Use skipRegions to print region op (NFC) (#161066)
The print region op prints a lot of useless IR. Use OpWithFlags(op,
OpPrintingFlags().skipRegions()) to avoid this.
2025-09-28 19:28:16 +08:00
..