Fix UBSan test error from r248897 about left shift of unsigned value.
Fixed by masking off the upper bits that we are shifting off before doing the left shift. llvm-svn: 249689
Loading
Please sign in to comment
Fixed by masking off the upper bits that we are shifting off before doing the left shift. llvm-svn: 249689