Skip to content

Conversation

@folkertdev
Copy link
Contributor

@uweigand and I discussed this, and this seemed like the better implementation.

Fundamentally, the condition code is a second return value. In C, a pointer is used because it just does not support multiple return values, but in rust we do. Hence, we decide to mirror LLVM (and not C) here by returning a tuple.

@rustbot
Copy link
Collaborator

rustbot commented May 19, 2025

r? @Amanieu

rustbot has assigned @Amanieu.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@folkertdev folkertdev force-pushed the s390x-vector-return-tuple branch from 8c147b7 to 98e7188 Compare May 20, 2025 15:45
@Amanieu Amanieu added this pull request to the merge queue May 20, 2025
Merged via the queue into rust-lang:master with commit 9eb15e2 May 20, 2025
61 checks passed
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