Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

aarch64 fix #123

Merged

Conversation

cramertj
Copy link
Member

@cramertj cramertj commented Aug 1, 2018

…translate.

Previously we were just visiting the blocks in the function in IR order, which
is rather arbitrary. Therefore we wouldn't always visit defs before uses, but
the translation code relies on this assumption in some places.

Only codegen change seen in tests is an elision of a redundant copy.

Fixes PR38396

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338476 91177308-0d34-0410-b5e6-96231b3b80d8
@alexcrichton alexcrichton merged commit f4130c0 into rust-lang:rust-llvm-release-7-0-0-v1 Aug 1, 2018
@cramertj cramertj deleted the aarch64-fix branch August 1, 2018 16:34
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.

3 participants