[PATCH] [UBSan][MIPS] Use unsigned value while bit shifting on MIPS

Sagar Thakur Sagar.Thakur at imgtec.com
Tue Apr 28 03:37:56 PDT 2015


The type of SIntMax is `__int128`. The value of ExtraBits is 64 when `getType().getIntegerBitWidth()` returns 64 and it is 96 when `getType().getIntegerBitWidth()` returns 32.


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D9247

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list