Closed
Metadata
Metadata
Assignees
Labels
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: MIR optimizationsCategory: An issue proposing an enhancement or a PR with one.Issue: Problems and improvements with respect to performance of generated code.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
tesuji commentedon Aug 15, 2020
Another LLVM issue, probably because of wrapping around integers:
C version: https://godbolt.org/z/688dhv
@rustbot modify labels: A-LLVM
MSxDOS commentedon Oct 11, 2020
Now it also requires
-Zunsound-mir-opts
MSxDOS commentedon Mar 5, 2021
The example is fixed on nightly, probably by #81451
Rollup merge of rust-lang#82874 - erikdesjardins:cgtests, r=nagisa