[PATCH] D46096: [GlobalISel][InstructionSelect] Refactoring out a getMatchTable virtual method, NFC

Roman Tereshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 25 17:12:18 PDT 2018


rtereshin created this revision.
rtereshin added reviewers: dsanders, aemerson.
Herald added subscribers: llvm-commits, kristof.beyls, rovka.

to share it between the Instruction Selector and the Testgen both.

Originally part of the larger https://reviews.llvm.org/D43962 ([GlobalISel][utils] Adding the init version of Instruction Select Testgen) patch, extracted as to make it smaller and more targeted.

Partially reviewed by @dsanders within the patch mentioned.

Required by https://reviews.llvm.org/D43962


Repository:
  rL LLVM

https://reviews.llvm.org/D46096

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46096.144040.patch
Type: text/x-patch
Size: 6834 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180426/3701d126/attachment.bin>


More information about the llvm-commits mailing list