This is an archive of the discontinued LLVM Phabricator instance.

[AArch64]Add support to copy vector list registers such as DPair, DTriple... in copyPhyReg
ClosedPublic

Authored by HaoLiu on Dec 25 2013, 10:59 PM.

Details

Reviewers
t.p.northover
Summary

Hi Tim and viewers,

This patch adds code to copy vector list registers such as DPair, DTriple ... .
The implementation is like ARM backend and uses orr to copy sub registers separately.

Review, please.

Thanks,
-Hao

Diff Detail

Event Timeline

t.p.northover accepted this revision.Jan 6 2014, 3:29 AM

Hi Hao,

I think this looks good.

Cheers.

Tim.

HaoLiu closed this revision.May 13 2015, 7:56 PM