[LLVMdev] Vector type LOAD/STORE with post-increment.
Francois Pichet
pichet2000 at gmail.com
Wed Jun 19 03:32:10 PDT 2013
I am trying to implement vector type load/store with post-increment for an
out of tree backend.
I see that that ARM NEON support such load/store so I am using ARM NEON as
an example of what to do.
The problem is I can't get any C or C++ code example to actually generate
vector load/store with post increment.
I am talking about something like this:
vldr d16, [sp, #8]
Does anybody know any C/C++ code example that will generate such code
(especially loop)? Is this supported by the auto-vectorizer?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130619/46793542/attachment.html>
More information about the llvm-dev
mailing list