"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "a75f858ac48c120c3e84dcf043bd9c497cd25b94"
-
Chris Lattner authored
2. Allow negative scales in ConvertableToGEP, so that this loop from alloc_tree in the Olden health benchmark is correctly raised: for (i = 3; i >= 0; i--) fval[i] = alloc_tree(level - 1, label*4 + i + 1, new); Stepping through the array backwards caused a negative scale. llvm-svn: 1922
f6c6be28
Loading