[PATCH] D141789: [12/15][Clang][RISCV][NFC] Refine the way to check for Policy in riscv_vector_builtin_cg.inc

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 17 16:50:11 PST 2023


craig.topper added inline comments.
Herald added a subscriber: luke.


================
Comment at: clang/include/clang/Support/RISCVVIntrinsicUtils.h:428
+    // The 0th bit simulates the `vta` of RVV
+    // The 1st bit simultaes the `vma` of RVV
+    // constexpr unsigned RVV_VTA = 0x1;
----------------
simultaes -> simulates


================
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:19472
+  // The 0th bit simulates the `vta` of RVV
+  // The 1st bit simultaes the `vma` of RVV
+  constexpr unsigned RVV_VTA = 0x1;
----------------
simultaes -> simulates


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141789



More information about the cfe-commits mailing list