Skip to content

intrinsic-test: simplify type printing + comparison abstraction#2173

Merged
davidtwco merged 3 commits into
rust-lang:mainfrom
davidtwco:intrinsic-test-type-printing-comparison-abstraction
Jun 21, 2026
Merged

intrinsic-test: simplify type printing + comparison abstraction#2173
davidtwco merged 3 commits into
rust-lang:mainfrom
davidtwco:intrinsic-test-type-printing-comparison-abstraction

Conversation

@davidtwco

@davidtwco davidtwco commented Jun 19, 2026

Copy link
Copy Markdown
Member

Split out from #2160. This patch includes a small refactoring to make the type printing logic slightly cleaner and have greater code re-use. It also refactors the comparison logic so that it can be more easily overridden per-architecture.

r? @sayantn

@sayantn sayantn added this pull request to the merge queue Jun 20, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to a conflict with the base branch Jun 20, 2026
@rustbot

This comment has been minimized.

A small refactoring to make the type printing logic slightly cleaner and
with greater code re-use.
Introduces a per-architecture abstraction over how intrinsic results are
compared, so that later commits can implement Arm-specific comparison
logic for SVE.
@davidtwco davidtwco force-pushed the intrinsic-test-type-printing-comparison-abstraction branch from 2f7cfdc to daa63e7 Compare June 21, 2026 20:15
@rustbot

rustbot commented Jun 21, 2026

Copy link
Copy Markdown
Collaborator

This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed.

Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.

@davidtwco davidtwco added this pull request to the merge queue Jun 21, 2026
Merged via the queue into rust-lang:main with commit 62d5595 Jun 21, 2026
82 checks passed
@davidtwco davidtwco deleted the intrinsic-test-type-printing-comparison-abstraction branch June 21, 2026 21:01
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