This is an archive of the discontinued LLVM Phabricator instance.

Rename PatternRewriteSet::insert to add
ClosedPublic

Authored by tpopp on Feb 17 2022, 1:28 AM.

Details

Summary

insert is soft deprecated, so remove all references so it's less likely
to be used and can be easily removed in the future.

Diff Detail

Event Timeline

tpopp created this revision.Feb 17 2022, 1:28 AM
tpopp requested review of this revision.Feb 17 2022, 1:28 AM
herhut accepted this revision.Feb 17 2022, 7:45 AM

Thanks!

This revision is now accepted and ready to land.Feb 17 2022, 7:45 AM

I'll leave this until Monday to submit in case the comment in code that insert is soft deprecated is out of date.

tpopp added a comment.Feb 18 2022, 3:19 AM

Landing now instead as it is low risk, and I mainly wanted to confirm with River.