This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC][Altivec] Add extended asm vmr
AbandonedPublic

Authored by brunoalr on Jan 25 2017, 8:54 AM.

Details

Reviewers
nemanjai
Summary

'vmr v1, v2' is an alias to 'vor v1, v2, v2'.

Diff Detail

Repository
rL LLVM

Event Timeline

brunoalr created this revision.Jan 25 2017, 8:54 AM

Prior to this patch, the next asm statement would fail:

__asm__ ("vmr 1,2\n\t");

Created an alias to vor and updated related tests to check for vmr.
make check and make check-clang are both passing.

brunoalr abandoned this revision.Jan 25 2017, 10:07 AM

Will reopen to trigger the mailing list.