Dont replace 128 bit ints for libnvvm 1.8
Open
Nobody has claimed this yet.
C-rustc_codegen_nvvm
T-tracking-issue
- Dominant language
- Rust
- Stars
- 5.4k
- Forks
- 249
- PR merge metrics
- No merged PRs in 30d
Description
It seems libnvvm 1.8 came out some time recently and it supposedly fixes i128 in data layouts, so we do not have to replace i128 for libnvvm 1.8 (supposedly).

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the libnvvm compatibility logic that replaces i128 and compare its data-layout handling with libnvvm 1.8. Done means i128 is no longer replaced when targeting libnvvm 1.8, with the relevant behavior verified against the project’s existing checks or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100