[PATCH] D121984: [RISCV] Moving RVV intrinsic type related util to clang/Support

Kito Cheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 01:19:35 PDT 2022


kito-cheng added a comment.

Hi @aaron.ballman:

> Why shouldn't this live in clang/utils/TableGen along with the others?

We plan to use those stuffs on clang side in https://reviews.llvm.org/D111617, my original change was put those stuffs on `llvm/Support`, but actually those stuffs are only used for clang and clang-tblgen, so that's why we try to create `clang/Support`.

It's target specific but need to used in `clang` and `clang-tblgen` so target specific stuffs should putting that in `llvm/lib/Target/RISCV` in theory, but that made clang dependent on that.

Thanks :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121984



More information about the llvm-commits mailing list