"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "c80968e9545cfb76d818e8fd794c17ca5bfd360d"
Legalizer optimize a pair of div / mod to a call to divrem libcall if they are
not legal. However, it should use a div instruction + mul + sub if divide is legal. The rem legalization code was missing a check and incorrectly uses a divrem libcall even when div is legal. rdar://12481395 llvm-svn: 165778
Loading
Please register or sign in to comment