<div dir="ltr">I am trying to implement vector type load/store with post-increment for an out of tree backend.<div style>I see that that ARM NEON support such load/store so I am using ARM NEON as an example of what to do.</div>
<div style><br></div><div style>The problem is I can't get any C or C++ code example to actually generate vector load/store with post increment.</div><div style><br></div><div style>I am talking about something like this:</div>
<div style>     vldr    d16, [sp, #8]<br></div><div style><br></div><div style>Does anybody know any C/C++ code example that will generate such code (especially loop)? Is this supported by the auto-vectorizer?</div><div style>
<br></div><div style>Thanks.</div></div>