This is an archive of the discontinued LLVM Phabricator instance.

[FuncSpec][NFC] Remove SSA copy intrinsics in the unittests.
ClosedPublic

Authored by labrinea on Jul 26 2023, 1:48 PM.

Details

Summary

Those are added by the SCCP Solver before invoking the Specializer.
They need to be removed otherwise the destructor of PredicateInfo
complains.

Diff Detail

Event Timeline

labrinea created this revision.Jul 26 2023, 1:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 26 2023, 1:48 PM
Herald added a subscriber: ormris. · View Herald Transcript
labrinea requested review of this revision.Jul 26 2023, 1:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 26 2023, 1:48 PM
ChuanqiXu accepted this revision.Jul 26 2023, 7:23 PM
This revision is now accepted and ready to land.Jul 26 2023, 7:23 PM
This revision was landed with ongoing or failed builds.Jul 27 2023, 12:41 AM
This revision was automatically updated to reflect the committed changes.