[PATCH] D133570: Clang codegen, fixes issue with emitting partially initialized constant arrays larger than 2^32

Ofek Shochat via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 10 08:59:16 PDT 2022


OfekShochat added a comment.

hello, solved the issue. it was, quite expectedly, a u64/unsigned problem in parsing, not codegen. no need to refactor this function. I will close this, thanks for the feedback and sorry for the hassle


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133570



More information about the llvm-commits mailing list