[PATCH] D29177: [PowerPC][Altivec] Add mfvrd extended mnemonic
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 26 08:03:39 PST 2017
nemanjai 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.
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]
Repository:
rL LLVM
https://reviews.llvm.org/D29177
More information about the llvm-commits
mailing list