[PATCH] D123872: Force GHashCell to be 8-byte-aligned.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 13:32:24 PDT 2022


MaskRay accepted this revision.
MaskRay added a comment.

Seems worth mentioning `auto *cellPtr = reinterpret_cast<std::atomic<GHashCell> *>(&table[idx]);`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123872



More information about the llvm-commits mailing list