[PATCH] D99158: [RISCV][WIP] Implement intrinsics for P extension

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 16 09:41:49 PDT 2021


craig.topper added inline comments.


================
Comment at: clang/include/clang/Basic/Builtins.def:41
 //  E -> ext_vector, followed by the number of elements and the base type.
+//  e -> Register sized Vector, followd by the base type and
+//       its width is the same as the register size.
----------------
followd -> followed


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99158



More information about the cfe-commits mailing list