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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 26 09:32:58 PDT 2021


craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.

LGTM other than those typos



================
Comment at: clang/include/clang/Basic/riscv_vector.td:161
+  // This builtin supports non-masked function overloading api.
+  // All masked operations support oerloading api.
+  bit HasNoMaskedOverloaded = true;
----------------
oerloading -> overloading


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


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