This is an archive of the discontinued LLVM Phabricator instance.

[NFC][Assignment Tracking] Remove lifetime intrinsics from some tests
ClosedPublic

Authored by Orlando on Feb 2 2023, 12:20 AM.

Details

Summary

The intrinsics don't add anything to the tests and the tests are easier to debug without the additional noise.

Some SSA value names have changed as a result of no longer visiting the intrinsics.

Diff Detail

Event Timeline

Orlando created this revision.Feb 2 2023, 12:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 2 2023, 12:20 AM
Orlando requested review of this revision.Feb 2 2023, 12:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 2 2023, 12:20 AM
jryans accepted this revision.Feb 8 2023, 3:58 AM

Looks sensible to me, thanks! 🙂

This revision is now accepted and ready to land.Feb 8 2023, 3:58 AM