This is an archive of the discontinued LLVM Phabricator instance.

[llvm-diff] Check for recursive initializers
ClosedPublic

Authored by void on Jul 8 2021, 2:11 AM.

Details

Summary

We need to check for recursive initializers in the "ConstantStruct"
case.

Diff Detail

Event Timeline

void requested review of this revision.Jul 8 2021, 2:11 AM
void created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 8 2021, 2:11 AM
void retitled this revision from [llvm-diff] Check for recursive initialiers to [llvm-diff] Check for recursive initializers.Jul 12 2021, 6:32 PM

Friendly ping.

void added a comment.Jul 21 2021, 1:45 PM

Another ping. :-)

rjmccall accepted this revision.Jul 21 2021, 2:10 PM

Uh-oh, the pings are getting less friendly. :)

LGTM

This revision is now accepted and ready to land.Jul 21 2021, 2:10 PM
void added a comment.Jul 21 2021, 2:20 PM

Uh-oh, the pings are getting less friendly. :)

LGTM

The beatings will continue until LGTM!!

X-D

This revision was automatically updated to reflect the committed changes.