summaryrefslogtreecommitdiffstats
path: root/source/compiler-core
diff options
context:
space:
mode:
authorkaizhangNV <149626564+kaizhangNV@users.noreply.github.com>2025-06-17 11:12:41 -0500
committerGitHub <noreply@github.com>2025-06-17 09:12:41 -0700
commit14d002ac5463f0fd20ca5c3d4288fd7be2aa1b80 (patch)
tree75c54f6ec333c179a844fd3c5cd3b2f53d81231d /source/compiler-core
parent60a8f1fc3eee37977ee891661f65916f66aef364 (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 'source/compiler-core')
0 files changed, 0 insertions, 0 deletions