[Bug tree-optimization/65068] Improve rewriting for address type induction variables in IVOPT

2017-07-25 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65068 --- Comment #5 from Ramana Radhakrishnan --- (In reply to amker from comment #4) > Fixed now, we now generates below code for a72/a57: > .L4: > ldr w0, [x1] > add w0, w0, 1 > str w0, [x1], 4 > cmp x1, x2 >

[Bug tree-optimization/65068] Improve rewriting for address type induction variables in IVOPT

2017-07-21 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65068 amker at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/65068] Improve rewriting for address type induction variables in IVOPT

2016-09-08 Thread wdijkstr at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65068 Wilco changed: What|Removed |Added CC||wdijkstr at arm dot com --- Comment #3 from

[Bug tree-optimization/65068] Improve rewriting for address type induction variables in IVOPT

2016-08-24 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65068 --- Comment #2 from Ramana Radhakrishnan --- And by default we see this .L4: add x3, x5, x1 add x1, x1, 1 ldr w2, [x4, x3, lsl 2] cmp w0, w1 add w2, w2, 1 str w2, [x4, x3,

[Bug tree-optimization/65068] Improve rewriting for address type induction variables in IVOPT

2016-08-23 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65068 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2015-05-15 00:00:00 |2016-8-23 Known to fail|

[Bug tree-optimization/65068] Improve rewriting for address type induction variables in IVOPT

2015-05-15 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65068 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Keywords|