[PATCH] D91619: [VE] Correct getMnemonic

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 04:53:16 PST 2020


kaz7 created this revision.
kaz7 added reviewers: simoll, k-ishizaka.
kaz7 added projects: LLVM, VE.
Herald added subscribers: llvm-commits, hiraditya.
kaz7 requested review of this revision.

https://reviews.llvm.org/D90039 breaks VE backend.  So, fix it.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D91619

Files:
  llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.h


Index: llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.h
===================================================================
--- llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.h
+++ llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.h
@@ -29,6 +29,7 @@
                  const MCSubtargetInfo &STI, raw_ostream &OS) override;
 
   // Autogenerated by tblgen.
+  std::pair<const char *, uint64_t> getMnemonic(const MCInst *MI) override;
   bool printAliasInstr(const MCInst *, uint64_t Address,
                        const MCSubtargetInfo &, raw_ostream &);
   void printInstruction(const MCInst *, uint64_t, const MCSubtargetInfo &,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91619.305746.patch
Type: text/x-patch
Size: 627 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201117/a2320186/attachment.bin>


More information about the llvm-commits mailing list