[PATCH] D33764: [globalisel][tablegen] Added instruction emission to the state-machine-based matcher.

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 1 02:21:13 PDT 2017


dsanders created this revision.
Herald added subscribers: igorb, kristof.beyls.

This further improves the compile-time regressions that will be caused by a
re-commit of r303259.

Also added included preliminary work in preparation for the multi-insn emitter
since I needed to change the relevant part of the API for this patch anyway.

Depends on https://reviews.llvm.org/D33758


https://reviews.llvm.org/D33764

Files:
  include/llvm/CodeGen/GlobalISel/InstructionSelector.h
  include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
  lib/CodeGen/GlobalISel/InstructionSelector.cpp
  test/TableGen/GlobalISelEmitter.td
  utils/TableGen/GlobalISelEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33764.100986.patch
Type: text/x-patch
Size: 56114 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170601/8039039a/attachment-0001.bin>


More information about the llvm-commits mailing list