9 comments (9 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++10,782 forks (10,782 forks)batch import
good first issuellvm:instcombinemissed-optimization
Repository metrics
- Stars
- 26,378 stars (26,378 stars)
- PR merge metrics
- Avg merge 1d 2h (Avg merge 1d 2h)1,000 merged PRs in 30d (1,000 merged PRs in 30d)
Contributor guide
- Research direction
- Examine the alive2 links to understand the missed optimization pattern. Look at the code generation path for `and`, `csel`, and `sub` instructions in the LLVM backend. Identify where the optimization should occur and propose a fix.
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Bug
- Prerequisites
- GitC++