This is an archive of the discontinued LLVM Phabricator instance.

[Loop Utils] Extend the scope of addStringMetadataToLoop
ClosedPublic

Authored by skatkov on Jul 25 2019, 1:25 AM.

Details

Summary

To avoid duplicates in loop metadata, if the string to add is
already there, just update the value.

Diff Detail

Repository
rL LLVM

Event Timeline

skatkov created this revision.Jul 25 2019, 1:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2019, 1:25 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
reames accepted this revision.Jul 25 2019, 10:58 AM

LGTM

This revision is now accepted and ready to land.Jul 25 2019, 10:58 AM
This revision was automatically updated to reflect the committed changes.