llvm/llvm-project
[InstCombine] SimplifyDemandedBits - add basic bitcast handling
Aperta
#173.780 aperta il 28 dic 2025
good first issuellvm:instcombine
Metriche repository
- Star
- (26.378 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
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.).