[PATCH] D29177: [PowerPC][Altivec] Add mfvrd extended mnemonic
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 26 08:16:37 PST 2017
hfinkel added a comment.
In https://reviews.llvm.org/D29177#657584, @nemanjai wrote:
> In https://reviews.llvm.org/D29177#657519, @hfinkel wrote:
>
> > Please add a test case so I can see what's going on.
>
>
> Here's an example of what this will do now (as opposed to emitting the error that Bruno posted):
>
> $ printf "mfvsrd 4, 34\nmfvrd 4, 2" | llvm-mc --show-encoding
> .text
> mfvsrd 4, 34 # encoding: [0x67,0x00,0x44,0x7c]
> mfvsrd 4, 34 # encoding: [0x67,0x00,0x44,0x7c]
>
Seems reasonable to me.
Repository:
rL LLVM
https://reviews.llvm.org/D29177
More information about the llvm-commits
mailing list