In isUIntN, make sure N is less than 64 before using in a shift to avoid...
In isUIntN, make sure N is less than 64 before using in a shift to avoid undefined behavior. Also change it to use the same formula as the template version which I think results in less math in compiled code. llvm-svn: 249951
Loading
Please sign in to comment