[PATCH] D125519: [TableGen][DirectX] Add tableGen backend to generate map from llvm intrinsic to DXIL operation.

Xiang Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 16 23:20:59 PDT 2022


python3kgae added a comment.

In D125519#3517697 <https://reviews.llvm.org/D125519#3517697>, @nhaehnle wrote:

> Running TableGen multiple times is a bit annoying for LLVM build times. Have you considered packing all outputs into the same `.inc` file?

Sure. I'll make all these things into one '.inc` file.
Thanks for the suggestion.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125519



More information about the llvm-commits mailing list