diff options
author | Chris Lattner <sabre@nondot.org> | 2003-02-18 19:57:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-02-18 19:57:07 +0000 |
commit | ad3448c91733f14866821c1e5d24ef2ce389a358 (patch) | |
tree | 56c069ee471240f2358f3931db0b4b68d7616b1f /lib/Analysis/LoopInfo.cpp | |
parent | fa59079c3c39e895c882a3d190f56bda365b96ab (diff) |
4 new transformations:
* X*C + X --> X * (C+1)
* X + X*C --> X * (C+1)
* X - X*C --> X * (1-C)
* X*C - X --> X * (C-1)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5592 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/LoopInfo.cpp')
0 files changed, 0 insertions, 0 deletions