[PATCH] D138429: [clang][RISCV][NFC] Prevent data race in RVVType::computeType

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 21 23:14:09 PST 2022


kadircet added inline comments.


================
Comment at: clang/include/clang/Support/RISCVVIntrinsicUtils.h:289
+
+  static uint64_t computeRVVTypeHashValue(BasicType BT, int Log2LMUL,
+                                          PrototypeDescriptor Proto);
----------------
khchen wrote:
> `static` could be eliminated now.
nit: i'd actually drop it from the header completely


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138429



More information about the cfe-commits mailing list