[PATCH] D47633: [GlobalMerge] Set the alignment on merged global structs

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 5 13:55:29 PDT 2018


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM

Long-term this code should be rewritten to do alignment computations itself, and insert padding as needed, but this is fine for now.


https://reviews.llvm.org/D47633





More information about the llvm-commits mailing list