Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i#4717: Fix hang in api.static_prepop test on aarchxx #4721

Merged
merged 3 commits into from
Feb 5, 2021

Conversation

derekbruening
Copy link
Contributor

Fixes a bug in the api.static_prepop assembly where the link register
is clobbered, leading to an infinite loop on aarchxx.
Enables the test for aarchxx.

Fixes a bug on identifying stopping points on ARM where LSB Thumb
decoration on the two sides of the comparison was not consistent.
Fixes a corresponding bug on going native where the LSB was not set.

Tested manually on ARM.

Issue: #1578, #4717, #4720
Fixes #4717

Fixes a bug in the api.static_prepop assembly where the link register
is clobbered, leading to an infinite loop on aarchxx.
Enables the test for aarchxx.

Fixes a bug on identifying stopping points on ARM where LSB Thumb
decoration on the two sides of the comparison was not consistent.
Fixes a corresponding bug on going native where the LSB was not set.

Tested manually on ARM.

Issue: #1578, #4717, #4720
Fixes #4717
@derekbruening
Copy link
Contributor Author

Failure is the max-global: #4711.

@derekbruening derekbruening merged commit 9be64f0 into master Feb 5, 2021
@derekbruening derekbruening deleted the i4717-prepop-test-hang branch February 5, 2021 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HANG api.static_prepop on aarch64
2 participants