[DAG] SelectionDAG::computeKnownBits - use APInt::insertBits to merge subvector knownbits. NFCI.
As noticed on D104472 we can use APInt::insertBits which will avoid a lot of temporary APInt creations
Loading
Please sign in to comment
As noticed on D104472 we can use APInt::insertBits which will avoid a lot of temporary APInt creations