[PATCH] D122662: [Clang][CodeGen] Add constant array support for __builtin_dump_sturct, and beautify dump format

Wang Yihan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 29 09:22:45 PDT 2022


yihanaa added a comment.

In D122662#3414284 <https://reviews.llvm.org/D122662#3414284>, @erichkeane wrote:

> I'd also suggest splitting into the '3' things that you're trying to accomplish above.  The CGBuiltin.cpp code has way too much going on to reasonably review.

These three things are mainly done in a new function dumpArray, and the dumpRecord is modified.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122662



More information about the cfe-commits mailing list