-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
goto to do-while for Label20 in physics-based VRF
original: label: stuff A if (some condition) { stuff B goto label } intermediate step: label: stuff A calculate condition before updating Ncomp stuff B if (some condition) { goto label } final step: do { stuff A stuff B } while (condition)
- Loading branch information
Yujie Xu
committed
May 15, 2024
1 parent
22053e4
commit ed744c2
Showing
1 changed file
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ed744c2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
refactorGOTO (Unknown) - Win64-Windows-10-VisualStudio-16: OK (2774 of 2774 tests passed, 0 test warnings)
ed744c2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
refactorGOTO (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3601 of 3603 tests passed, 1 test warnings)
Messages:\n
Failures:\n
regression Test Summary
ed744c2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
refactorGOTO (Unknown) - x86_64-MacOS-10.18-clang-15.0.0: OK (3560 of 3562 tests passed, 1 test warnings)
Messages:\n
Failures:\n
regression Test Summary
ed744c2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
refactorGOTO (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (1986 of 1986 tests passed, 0 test warnings)
ed744c2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
refactorGOTO (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (791 of 791 tests passed, 0 test warnings)