Fix for PR2164: allow transforming arbitrary-width unsigned divides into
multiplies. Some more cleverness would be nice, though. It would be nice if we could do this transformation on illegal types. Also, we would prefer a narrower constant when possible so that we can use a narrower multiply, which can be cheaper. llvm-svn: 60283
Loading
Please register or sign in to comment