Skip to content

Fix IRGen abi_v7k test case #7604

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

Conversation

aschwaighofer
Copy link
Contributor

rdar://30584635

@aschwaighofer
Copy link
Contributor Author

@swift-ci Please smoke test

@tkremenek
Copy link
Member

@swift-ci test

@aschwaighofer
Copy link
Contributor Author

@swiftix Can you review this? This is a fix for a test case on armv7k. LLVM and our code generation has changed since this last tested successfully (for example we have change from i1 to i8 in IRGen).

@swiftix
Copy link
Contributor

swiftix commented Feb 22, 2017

@aschwaighofer LGTM

@aschwaighofer
Copy link
Contributor Author

@swiftix Thank you!

@aschwaighofer
Copy link
Contributor Author

• Explanation: Fix IRGen abi_v7k test case. The generated assembly code has changed since this was last tested (llvm changed and IRGen code generation changed, we no longer lower to i1 but to i8).

• Scope of Issue: This is a currently failing test case on the 3.1-branch.

• Origination: Don’t know.

• Risk: Low. This is only a change to a test case.

• Testing: Swift CI

@bob-wilson bob-wilson merged commit 0b8d3f1 into swiftlang:swift-3.1-branch Feb 22, 2017
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.

4 participants