This is an archive of the discontinued LLVM Phabricator instance.

AutoUpgrade: Fix crash when tbaa has an empty argument
ClosedPublic

Authored by arsenm on Jun 5 2023, 6:06 AM.

Diff Detail

Event Timeline

arsenm created this revision.Jun 5 2023, 6:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2023, 6:06 AM
arsenm requested review of this revision.Jun 5 2023, 6:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2023, 6:06 AM
Herald added a subscriber: wdng. · View Herald Transcript

Should the verifier fail on this? If so, might be nice to make that happen before dropping it; if not, LGTM.

arsenm updated this revision to Diff 528620.Jun 5 2023, 4:19 PM

Add verifier error

dexonsmith accepted this revision.Jun 5 2023, 5:14 PM

LGTM, thanks!

This revision is now accepted and ready to land.Jun 5 2023, 5:14 PM