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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to