llvm/llvm-project
Vedi su GitHub[InstCombine] SimplifyDemandedBits - add basic bitcast handling
Open
#173.780 aperta il 28 dic 2025
good first issuellvm:instcombine
Metriche repository
- Star
- (26.378 star)
- Metriche merge PR
- (Merge medio 1g 2h) (1000 PR mergiate in 30 g)
Descrizione
Noticed on #173723 - we could avoid the isIntOrIntVectorTy / dyn_cast code if the IC.SimplifyDemandedBits call was able to peek through bitcasts, at least of the same scalar bit size (e.g. f32 -> i32 / v1f64 -> i64 etc.).