diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2008-07-30 04:36:32 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2008-07-30 04:36:32 +0000 |
commit | 8e2fd03941800ee0405593e4ac8d249f12eea60a (patch) | |
tree | 82b806bd65764d77de7439d195f9c321aa6f731b /include/llvm | |
parent | edbeff29f441329dcf0f7150150cc8e58f0d8d33 (diff) | |
download | external_llvm-8e2fd03941800ee0405593e4ac8d249f12eea60a.zip external_llvm-8e2fd03941800ee0405593e4ac8d249f12eea60a.tar.gz external_llvm-8e2fd03941800ee0405593e4ac8d249f12eea60a.tar.bz2 |
Another SCEV issue from PR2607; essentially the same issue, but this
time applying to the implicit comparison in smin expressions. The
correct way to transform an inequality into the opposite
inequality, either signed or unsigned, is with a not expression.
I looked through the SCEV code, and I don't think there are any more
occurrences of this issue.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54194 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
0 files changed, 0 insertions, 0 deletions