To avoid duplicates in loop metadata, if the string to add is
already there, just update the value.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D65265
[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
Diff Detail
Event Timelineskatkov added a parent revision: D65264: [Loop Utils] Move utilty addStringMetadataToLoop to LoopUtils.cpp. NFC..Jul 25 2019, 1:25 AM This revision is now accepted and ready to land.Jul 25 2019, 10:58 AM Closed by commit rL367087: [Loop Utils] Extend the scope of addStringMetadataToLoop. (authored by skatkov). · Explain WhyJul 26 2019, 12:05 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 211884 llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h
llvm/trunk/lib/Transforms/Utils/LoopUtils.cpp
|