Issue 173780
Summary [InstCombine] SimplifyDemandedBits - add basic bitcast handling
Labels good first issue, llvm:instcombine
Assignees
Reporter RKSimon
    Noticed on #173723 - we could avoid the isIntOrIntVectorTy / dyn_cast<BitCastInst> 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.).
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to