This is an archive of the discontinued LLVM Phabricator instance.

CodeGen: Allow !associated metadata to point to aliases.
ClosedPublic

Authored by pcc on Jul 18 2019, 2:19 PM.

Details

Summary

This is a small extension of !associated, mostly useful for the implementation
convenience of instrumentation passes that RAUW globals with aliases, such
as LowerTypeTests.

Event Timeline

pcc created this revision.Jul 18 2019, 2:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 18 2019, 2:19 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
eugenis accepted this revision.Jul 18 2019, 2:34 PM

LGTM

This revision is now accepted and ready to land.Jul 18 2019, 2:34 PM
This revision was automatically updated to reflect the committed changes.