This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Add GlobalOpt parameter to Always Inliner pass
ClosedPublic

Authored by rampitec on Mar 29 2017, 10:06 PM.

Details

Summary

If set to false it does not remove global aliases. With this parameter
set to false it should be safe to run the pass before link.

Diff Detail

Repository
rL LLVM

Event Timeline

rampitec created this revision.Mar 29 2017, 10:06 PM
arsenm accepted this revision.Mar 30 2017, 11:57 AM

LGTM

This revision is now accepted and ready to land.Mar 30 2017, 11:57 AM
This revision was automatically updated to reflect the committed changes.