laichunfeng 35d7bf21b6
[mlir] Remove unused outer loop (NFC) (#127998)
The program will exit the outer loop directly if inner loop ends, so the
outer do {} while() is redundant.
2025-02-21 13:04:44 +08:00
..