This is an archive of the discontinued LLVM Phabricator instance.

[Chkpnt] TakeName and DestroyName
Needs ReviewPublic

Authored by vporpo on Mar 30 2023, 7:55 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

This patch adds support for tracking Value::takeName() and name destruction.
This means that a Chkpnt.restore() can now revert these actions.

Diff Detail