This is an archive of the discontinued LLVM Phabricator instance.

[llvm-reduce] Don't reuse SmallVector across calls to getAllMetadata()
ClosedPublic

Authored by aeubanks on Nov 12 2021, 3:12 PM.

Details

Summary

The SmallVector is not cleared in calls to getAllMetadata().

Diff Detail

Event Timeline

aeubanks requested review of this revision.Nov 12 2021, 3:12 PM
aeubanks created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 12 2021, 3:12 PM
Meinersbur accepted this revision.Nov 15 2021, 11:14 AM

LGTM, thanks.

This revision is now accepted and ready to land.Nov 15 2021, 11:14 AM