[DAG] Use APInt::extractBits instead of lshr().trunc(). NFCI.
Avoids so many APInt instances by directly using the APInt reference from getAPIntValue.
Loading
Please sign in to comment
Avoids so many APInt instances by directly using the APInt reference from getAPIntValue.