| commit | c5145543a481a494a0b9229ff3503ef6ed5e0738 | [log] [tgz] |
|---|---|---|
| author | lonely eagle <2020382038@qq.com> | Fri Jan 09 14:04:10 2026 +0800 |
| committer | Copybara-Service <copybara-worker@google.com> | Thu Jan 08 22:05:29 2026 -0800 |
| tree | c9341dd400383ef3eba5b355a9b1a59e167164a3 | |
| parent | 24cb086b01a1c422c66900a7883aaeacb90cc859 [diff] |
[mlir][dataflow] Use successor.isParent to replace successor.getSuccessor (NFC) (#174615) When we check the condition. To make the code logic clearer, use successor.isParent to replace successor.getSuccessor. GitOrigin-RevId: a39f6176af14d8a1360f2b77d6d0e2d4be841fc4
See https://mlir.llvm.org/ for more information.