[PATCH] D55914: [GlobalISel][InstructionSelect] Add support for selecting pointer types with TableGen

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 18 17:58:53 PST 2019


tstellar added a comment.
Herald added a subscriber: volkan.

In D55914#1337199 <https://reviews.llvm.org/D55914#1337199>, @arsenm wrote:

> Aren't we going to need a way to represent this in tablegen eventually?


I think so, but I was hoping to find a solution that wouldn't require us to add a pattern for every pointer type.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55914/new/

https://reviews.llvm.org/D55914





More information about the llvm-commits mailing list