[llvm-commits] [PATCH] Execution domain support for VMOV and VLDR

Tim Northover t.p.northover at gmail.com
Wed Aug 29 02:11:51 PDT 2012


> Good point and good idea. I'll get a new set of patches ready
> tomorrow, making the following changes unless there are more
> developments overnight:

Ok. I've attached three patches as planned: the first does all of the
refactoring (including S -> D reg conversion) and brings existing
instructions in line with what we've discussed. The second two each
add a new instruction to the framework: VMOVS and VLDRS.

Ok to commit?

Tim.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Refactor-setExecutionDomain-to-be-clearer-about-what.patch
Type: application/octet-stream
Size: 6005 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120829/8c55213d/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Add-support-for-moving-pure-S-register-to-NEON-pipel.patch
Type: application/octet-stream
Size: 6772 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120829/8c55213d/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-Add-domain-setting-for-VLDR-instructions-on-ARM.patch
Type: application/octet-stream
Size: 4457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120829/8c55213d/attachment-0002.obj>


More information about the llvm-commits mailing list