[InstCombine] Fix bswap(trunc(bswap(x))) -> trunc(lshr(x, c)) vector support
Use getScalarSizeInBits not getPrimitiveSizeInBits to determine the shift value at the element level.
Loading
Please register or sign in to comment
Use getScalarSizeInBits not getPrimitiveSizeInBits to determine the shift value at the element level.