Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

[RyuJIT/ARM32] Use 'subs' instead of 'sub' on localloc#11044

Merged
BruceForstall merged 1 commit intodotnet:masterfrom
alpencolt:ryu-arm-localloc-subs-fix
Apr 19, 2017
Merged

[RyuJIT/ARM32] Use 'subs' instead of 'sub' on localloc#11044
BruceForstall merged 1 commit intodotnet:masterfrom
alpencolt:ryu-arm-localloc-subs-fix

Conversation

@alpencolt
Copy link

@alpencolt alpencolt commented Apr 18, 2017

Previous implementation used sub instruction for counting iterations while should use subs on
conditional execution.

Previous implementation used sub instruction for counter
conditional execution for iterating over loops which cause incorrect
behavior.
@alpencolt
Copy link
Author

Fix for #10729
cc @dotnet/arm32-contrib

@BruceForstall BruceForstall self-requested a review April 19, 2017 18:22
@BruceForstall
Copy link

cc @dotnet/jit-contrib

@BruceForstall BruceForstall merged commit 1199743 into dotnet:master Apr 19, 2017
@karelz karelz modified the milestone: 2.0.0 Aug 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants