[PATCH] D93208: [TableGen] Slim down the data structures in xxxGenInstrInfo.inc, step 1

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 15 13:28:24 PST 2020


dsanders added a comment.

In D93208#2455809 <https://reviews.llvm.org/D93208#2455809>, @Paul-C-Anagnostopoulos wrote:

> Here are the Phabricator discussions. Daniel Sanders says that he knows of out-of-tree users of these data structures.
>
> https://reviews.llvm.org/D63320
>
> https://reviews.llvm.org/rL366278

Yep, one bit I can share is that we use it to describe kinds of immediates. For example our MIRFormatter uses it to print named constants, bitfields, or plain immediates depending on this table.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93208



More information about the llvm-commits mailing list