Skip to content

IRGen: gatherbits - extend the bits before we shift left #21022

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

Merged
merged 3 commits into from
Dec 5, 2018

Conversation

aschwaighofer
Copy link
Contributor

SR-9335
rdar://46264497

@aschwaighofer
Copy link
Contributor Author

@swift-ci Please smoke test

// RUN: %empty-directory(%t)

// RUN: %target-build-swift -o %t/a.out %s
// RUN: %target-run %t/a.out 2>&1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: This should use %target-run-simple-swift, which is a slightly more flexible substitution. There's also no need to pipe 2>&1.

@aschwaighofer
Copy link
Contributor Author

@swift-ci Please test

@swift-ci
Copy link
Contributor

swift-ci commented Dec 5, 2018

Build failed
Swift Test Linux Platform
Git Sha - 11f9d19

@swift-ci
Copy link
Contributor

swift-ci commented Dec 5, 2018

Build failed
Swift Test OS X Platform
Git Sha - 11f9d19

@@ -1,7 +1,6 @@
// RUN: %empty-directory(%t)

// RUN: %target-build-swift -o %t/a.out %s
// RUN: %target-run %t/a.out 2>&1
// RUN: %target-run-simple-swift %s
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, sorry, this substitution has the %s in it already. You also don't need the %empty-directory in this case.

@aschwaighofer
Copy link
Contributor Author

@swift-ci Please smoke test

@aschwaighofer aschwaighofer merged commit cd0012d into swiftlang:master Dec 5, 2018
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.

3 participants