diff options
| author | kaizhangNV <149626564+kaizhangNV@users.noreply.github.com> | 2025-06-17 11:12:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-17 09:12:41 -0700 |
| commit | 14d002ac5463f0fd20ca5c3d4288fd7be2aa1b80 (patch) | |
| tree | 75c54f6ec333c179a844fd3c5cd3b2f53d81231d /.github/workflows/ci.yml | |
| parent | 60a8f1fc3eee37977ee891661f65916f66aef364 (diff) | |
AD cleanup for 'break' replacement (#7456)
close #4187.
This PR makes some cleanup on the variable name.
During CFG normalization, we introduce a variable to replace the break, but the variable indicates that we should continue running the loop if it's true, and break the loop if it's false.
Previously we named this variable as 'breakVar', which is opposite to its purpose. So rename it to keepRunning.
Diffstat (limited to '.github/workflows/ci.yml')
0 files changed, 0 insertions, 0 deletions
