This is an archive of the discontinued LLVM Phabricator instance.

InstSimplify: Remove null parent checks
ClosedPublic

Authored by arsenm on Jun 1 2023, 6:46 AM.

Details

Summary

The feature to operate on incomplete IR was barely used
an poorly tested.

Diff Detail

Event Timeline

arsenm created this revision.Jun 1 2023, 6:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 1 2023, 6:46 AM
arsenm requested review of this revision.Jun 1 2023, 6:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 1 2023, 6:46 AM
Herald added a subscriber: wdng. · View Herald Transcript
nikic added inline comments.Jun 1 2023, 12:26 PM
llvm/lib/Analysis/InstructionSimplify.cpp
6923–6924

Outdated comment

6952–6953

Outdated comment

arsenm updated this revision to Diff 527980.Jun 2 2023, 2:32 PM
arsenm marked 2 inline comments as done.
nikic accepted this revision.Jun 2 2023, 2:44 PM

LGTM

This revision is now accepted and ready to land.Jun 2 2023, 2:44 PM