[PATCH] D92156: [PowerPC] Add support for "tlbiel" with two arguments

Bill Wendling via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 22 13:05:31 PST 2020


void added a comment.

In D92156#2458787 <https://reviews.llvm.org/D92156#2458787>, @jsji wrote:

> Also, looks like there is bug for `tlbie` as well, there is NO one operand mnemonic, only 5 or 2.
>
>   tlbie serves as both a basic and an extended mne-monic.  The Assembler will recognize a tlbie mne-monic with five operands as the basic form, and a tlbie mnemonic with two operands as the extended form.    In  the  extended  form  the  RIC,  PRS,  and  Roperands are omitted and assumed to be 0.

Fixing this in clang might be the best first step for us.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92156/new/

https://reviews.llvm.org/D92156



More information about the llvm-commits mailing list