This is an archive of the discontinued LLVM Phabricator instance.

[llvm-diff] Explicitly check ConstantArrays
ClosedPublic

Authored by void on Jun 22 2021, 11:49 AM.

Details

Summary

Global initializers may be ConstantArrays. They need to be checked
explicitly, because different-yet-still-equivalent type names may be
used for each, and/or a GEP instruction may appear in one.

Diff Detail

Event Timeline

void requested review of this revision.Jun 22 2021, 11:49 AM
void created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2021, 11:49 AM
rjmccall accepted this revision.Jun 22 2021, 12:02 PM
This revision is now accepted and ready to land.Jun 22 2021, 12:02 PM
void closed this revision.Jul 12 2021, 6:31 PM