[PATCH] D99189: [RISCV][Clang] Update new overloading rules for RVV intrinsics.

Liao Chunyu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 25 18:57:30 PDT 2021


liaolucy added inline comments.


================
Comment at: clang/utils/TableGen/RISCVVEmitter.cpp:10
 // This tablegen backend is responsible for emitting riscv_vector.h and
-// riscv_vector_generic.h, which includes a declaration and definition of each
-// intrinsic fucntions specified in https://github.com/riscv/rvv-intrinsic-doc.
+// riscv_vector_overloaded.h, which includes a declaration and definition of
+// each intrinsic fucntions specified in
----------------
remove riscv_vector_overloaded.h? 

LGTM


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99189



More information about the llvm-commits mailing list