[PATCH] D29177: [PowerPC][Altivec] Add mfvrd extended mnemonic
Bruno Rosa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 26 07:02:19 PST 2017
brunoalr added a comment.
In https://reviews.llvm.org/D29177#657519, @hfinkel wrote:
> Please add a test case so I can see what's going on.
In https://reviews.llvm.org/D29177#657524, @brunoalr wrote:
> In https://reviews.llvm.org/D29177#657519, @hfinkel wrote:
>
> > Please add a test case so I can see what's going on.
>
>
> @nemanjai can you help me with that?
I have a small test case written in C that is just a one-line asm statement, which currently yields an "unrecognized instruction mnemonic" error:
asm ("mfvrd 3, 10\n\t");
, but I lack the knowledge to convert it down to .ll .
Repository:
rL LLVM
https://reviews.llvm.org/D29177
More information about the llvm-commits
mailing list