[PATCH] D137517: [TargetParser] Generate the defs for RISCV CPUs using llvm-tblgen.

Wang Pengcheng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 22 04:33:14 PST 2022


pcwang-thead added a comment.

> @pcwang-thead, may I ask you to own these further optimisations of the generative process, and submit a patch for it after the current patch lands? I'd happily review it!
>
> The reason I am asking this is because the current patch is mostly dealing with making sure we can build clang/llvm after removing the def file.  People are discussing dependencies and modules (for example, last update I did was to make the patch work for modules with `-DLLVM_ENABLE_MODULES=On`), and this is already taking quite a number of comments.
> There is value in the discussion on how to build march out of the features, I'd rather keep it in a separate submission so that the threads do not get lost among the other comments for this patch.
>
> Francesco

Yes, I am happy to do it. :-)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137517



More information about the cfe-commits mailing list