This is an archive of the discontinued LLVM Phabricator instance.

[globalopt] Teach to look through `addrspacecast`.
ClosedPublic

Authored by hliao on Oct 9 2020, 9:37 AM.

Details

Summary
  • so that global variables in numbered address spaces could be properly analyzed.

Diff Detail

Event Timeline

hliao created this revision.Oct 9 2020, 9:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 9 2020, 9:37 AM
hliao requested review of this revision.Oct 9 2020, 9:37 AM
hliao added a comment.Oct 12 2020, 9:07 PM

Kindly PING for review.

bkramer accepted this revision.Oct 16 2020, 3:47 AM

This should be safe. Looks good.

This revision is now accepted and ready to land.Oct 16 2020, 3:47 AM
This revision was automatically updated to reflect the committed changes.