8 comments (8 comments)0 reactions (0 reactions)1 assignee (1 assignee)C++10,782 forks (10,782 forks)batch import
good first issuellvm:support
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 test code in KnownBitsTest.cpp to understand the current implementation's optimality checks. Then, review the KnownBits saturated add/sub implementations in KnownBits.h or related files to identify potential inefficiencies. Compare with known optimal algorithms for saturated arithmetic (e.g., using carry bits or min/max).
- Tech stack
- cpp
- Domain
- compilers
- Issue type
- Research
- Prerequisites
- C++Git