Chris Lattner ad3448c917 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
2003-02-18 19:57:07 +00:00
2003-02-14 04:22:13 +00:00
2003-02-18 19:57:07 +00:00
2003-02-11 23:12:23 +00:00
2003-02-18 19:55:31 +00:00
2003-02-12 18:45:08 +00:00
2003-02-02 17:02:20 +00:00
2003-02-13 16:56:30 +00:00
2003-01-31 19:00:26 +00:00
2003-02-13 16:56:30 +00:00
2003-01-31 19:00:26 +00:00
Description
Old fork of llvm-mirror, used on older RPCS3 builds
850 MiB
Languages
LLVM 52.9%
C++ 32.7%
Assembly 13.2%
Python 0.4%
C 0.4%
Other 0.3%