[PATCH] D120942: [PowerPC] Add support for the canonical version of tlbie

Bill Wendling via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 14:35:58 PST 2022


void created this revision.
void added reviewers: nickdesaulniers, jsji, nathanchance.
Herald added subscribers: shchenz, kbarton, hiraditya, nemanjai.
Herald added a project: All.
void requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The tlbie instruction's canonical form accepts five operands, with the
extended form accepts two operands. Make the 2-operand form an alias of
the canonical form.

A single operand form isn't described, but it's accepted by GAS, so
accept it here as an alias.

This is related to https://reviews.llvm.org/D92156.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120942

Files:
  llvm/lib/Target/PowerPC/PPCInstrFormats.td
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/test/MC/PowerPC/ppc64-encoding-bookIII.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120942.412841.patch
Type: text/x-patch
Size: 4284 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220303/929ed61a/attachment.bin>


More information about the llvm-commits mailing list