-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
Conversation
SR-9335 rdar://46264497
@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 |
There was a problem hiding this comment.
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
.
@swift-ci Please test |
Build failed |
Build failed |
@@ -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 |
There was a problem hiding this comment.
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.
@swift-ci Please smoke test |
SR-9335
rdar://46264497