[PATCH] D84896: [MC] Add createMCInst() using a typed MCInst bump allocator.

Hendrik Greving via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 29 16:53:06 PDT 2020


hgreving created this revision.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
hgreving requested review of this revision.

Adds the function createMCInst() to MCContext that creates a MCInst using
a typed bump alloctor.

This fixes <insert bug here>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84896

Files:
  llvm/include/llvm/MC/MCContext.h
  llvm/lib/MC/MCContext.cpp
  llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
  llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp
  llvm/lib/Target/Hexagon/HexagonMCInstLower.cpp
  llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
  llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84896.281762.patch
Type: text/x-patch
Size: 8011 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200729/27de23fd/attachment.bin>


More information about the llvm-commits mailing list