diff options
author | Chris Lattner <sabre@nondot.org> | 2002-03-21 03:04:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-03-21 03:04:38 +0000 |
commit | 99fb91cc2f8858785d016376fa8556f4b0200a75 (patch) | |
tree | 94bf821af88ecd0b2123609195b473bc52d61011 /lib/Transforms/LevelRaise.cpp | |
parent | ebcd28eb15c2ee48cc4f6db281394aacab08f1d5 (diff) |
1. Fix bug test/Regression/Other/2002-03-20-LevelRaiseBadCodegen.ll
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1922 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/LevelRaise.cpp')
0 files changed, 0 insertions, 0 deletions