6 comments (6 comments)1 reaction (1 reaction)1 assignee (1 assignee)C++10,782 forks (10,782 forks)batch import
backend:X86bugzillagood first issuellvm:analysis
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)
Description
|
|
| Bugzilla Link |
39153 |
| Version |
trunk |
| OS |
Windows NT |
| CC |
@adibiagio,@topperc,@LebedevRI,@rotateright |
| Fixed by commit(s) |
rG8ead5df0b119 |
Extended Description
Add ValueTracking and SelectionDAG ComputeKnownBits support for BEXTR intrinsics
Contributor guide
- Research direction
- Study existing ComputeKnownBits implementations for X86 intrinsics in ValueTracking and SelectionDAG, then extend them to handle BEXTR by examining its semantics (bit field extract) and adding corresponding compute logic.
- Tech stack
- c
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- GitC++