This is an archive of the discontinued LLVM Phabricator instance.

[ARC] ARCOptAddrMode pass to generate postincrement loads/stores
ClosedPublic

Authored by dantrushin on Mar 15 2019, 2:37 AM.

Details

Summary

This is second part of original review https://reviews.llvm.org/D58980,
which was split into two parts
(first part was committed as https://reviews.llvm.org/rL356200)
This patch actually adds postincrement load/store optimization pass.

Diff Detail

Repository
rL LLVM

Event Timeline

dantrushin created this revision.Mar 15 2019, 2:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2019, 2:37 AM
petecoup accepted this revision.Mar 18 2019, 9:08 AM

Thanks again Denis, this looks good to me. Shall I commit this piece as well?

This revision is now accepted and ready to land.Mar 18 2019, 9:08 AM

Yes, please. I still have no commit access bit...

This revision was automatically updated to reflect the committed changes.