This is a continuation of D54869, this time adding support for funnel shifts in ValueTracking computeKnownBits(). Implementation is essentially the same as for InstCombineSimplifyDemandedBits.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Apart from this, support for ROTL and ROTR could be added to the SelectionDAG variant of computeKnownBits.