[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
Fri Sep 9 07:02:28 PDT 2022


OfekShochat added a comment.

hmm, one problem, seems like nor clang and nor gcc can compile the example in the github issue fully, only to assembly. is there something like c -> llir, llir -> asm checks? in the issue, it did succeed to compile to either llir and asm, just not correctly


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