"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "412e0bf8f331e540ea315726e86e41f994f88e43"
-
Tim Northover authored
Due to the weird and wondeful usual arithmetic conversions, some calculations involving negative values were getting performed in uint32_t and then promoted to int64_t, which is really not a good idea. Patch by Katsuhiro Ueno. llvm-svn: 187703
ecc018c7
Loading