Skip to content

Implement Integer funnel shifts#145690

Merged
bors merged 1 commit intorust-lang:masterfrom
sayantn:integer-funnel-shift
Sep 4, 2025
Merged

Implement Integer funnel shifts#145690
bors merged 1 commit intorust-lang:masterfrom
sayantn:integer-funnel-shift

Conversation

@sayantn
Copy link
Contributor

@sayantn sayantn commented Aug 20, 2025

Tracking issue: #145686
ACP: rust-lang/libs-team#642

This implements funnel shifts on primitive integer types. Implements this for cg_llvm, with a fallback impl for everything else

Thanks @folkertdev for the fixes and tests

cc @rust-lang/libs-api

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.