[PATCH] D66963: [PowerPC] Support extended mnemonics mffprwz etc.

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 13:12:55 PDT 2019


jsji added a comment.

In D66963#1651477 <https://reviews.llvm.org/D66963#1651477>, @hfinkel wrote:

> > 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?


Good point, and updated.


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