[PATCH] D148680: [RISCV] Split out part of riscv_vector.td to riscv_vector_common.td

Brandon Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 18 22:16:57 PDT 2023


4vtomat added a comment.

In D148680#4279291 <https://reviews.llvm.org/D148680#4279291>, @craig.topper wrote:

> Are we running tablegen separately for each vendor extension?

Yes, I guess the vendor extensions should be separated into different tablegen file so that they don't be in risv_vector.h, instead the customers should include vendor's header once needed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148680



More information about the cfe-commits mailing list