"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "d86d39cc9e3f84be0012516f8623608e97133261"
[SeparateConstOffsetFromGEP] Fixed a bug related to unsigned modulo
The dividend in "signed % unsigned" is treated as unsigned instead of signed, causing unexpected behavior such as -64 % (uint64_t)24 == 0. Added a regression test in split-gep.ll Patched by Hao Liu. llvm-svn: 220618
Loading
Please register or sign in to comment