This is an archive of the discontinued LLVM Phabricator instance.

[GlobalOpt] Fix the assert for null check of global value
ClosedPublic

Authored by scui on Aug 24 2021, 4:33 PM.

Diff Detail

Event Timeline

scui created this revision.Aug 24 2021, 4:33 PM
scui requested review of this revision.Aug 24 2021, 4:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 24 2021, 4:33 PM
asbirlea accepted this revision.Aug 24 2021, 4:41 PM

Thanks you for the fix!
The unreduced reproducer no longer asserts with it.

This revision is now accepted and ready to land.Aug 24 2021, 4:41 PM
This revision was automatically updated to reflect the committed changes.