Fix a regression in 403.gcc and 186.crafty introduced in 47383. To test
that a value is >= 32, check that all of the high bits are zero, not just one or more. llvm-svn: 47467
Loading
Please register or sign in to comment
that a value is >= 32, check that all of the high bits are zero, not just one or more. llvm-svn: 47467