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

Roman Tereshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 1 11:28:04 PDT 2018


rtereshin added a comment.

Thanks

I'm thinking on the following message:

  [GlobalISel][InstructionSelect] Refactoring out a getMatchTable virtual method + NFC
  
  The main goal is to share getMatchTable between the Instruction
  Selector and the Testgen.
  
  The commit also contains some NFC only loosely related to refactoring
  out the getMatchTable, but strongly related to the initial Testgen
  patch (see https://reviews.llvm.org/D43962)
  
  Reviewers: dsanders, aemerson
  
  Reviewed By: dsanders
  
  Subscribers: rovka, kristof.beyls, llvm-commits, dsanders
  
  Differential Revision: https://reviews.llvm.org/D46096


Repository:
  rL LLVM

https://reviews.llvm.org/D46096





More information about the llvm-commits mailing list