This is an archive of the discontinued LLVM Phabricator instance.

[GlobalsModRef] Apply indirect-global rule to all globals initialized from noalias calls
ClosedPublic

Authored by reames on Jan 10 2022, 4:12 PM.

Details

Summary

Extend the existing malloc-family specific optimization to all noalias calls.

Diff Detail

Event Timeline

reames created this revision.Jan 10 2022, 4:12 PM
reames requested review of this revision.Jan 10 2022, 4:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 10 2022, 4:12 PM
nikic accepted this revision.Jan 11 2022, 1:11 AM

LGTM

This revision is now accepted and ready to land.Jan 11 2022, 1:11 AM