new auto-inc-dec pass
Joern Rennecke
amylaar@spamcop.net
Tue Mar 6 11:10:00 GMT 2007
In http://gcc.gnu.org/ml/gcc/2007-03/msg00128.html, you wrote:
> One case is about multiple increments, the tree optimizer merges them and
> increments the register only once, so if one only looks at the size of the
> pointer value one misses them, e.g. something like this:
>
> (set (mem (reg)) (x))
> (set (mem (plus (reg) (const_int 4))) (x))
> (set (reg) (plus (reg) (const_int 8))
The patches attached to PR20211 handle this case.
More information about the Gcc
mailing list