[PATCH] D66963: [PowerPC] Support extended mnemonics mffprwz etc.
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 29 11:58:16 PDT 2019
hfinkel added a comment.
> mfvrwz RA,VRS is mfvsrwz RA,VRS+32
The '+32' bit is covered by the added CodeGen/PowerPC/inlineasm-extendedmne.ll test, but I'd really like to see direct encoding tests for all of the instructions. Can you please make sure that they all appear in MC/PowerPC/vsx.s and MC/Disassembler/PowerPC/vsx.txt?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66963/new/
https://reviews.llvm.org/D66963
More information about the llvm-commits
mailing list