This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Don't run redundant GlobalDCE
AbandonedPublic

Authored by arsenm on Sep 15 2017, 12:17 PM.

Details

Reviewers
rampitec
Summary

The internalize pass is added early, and
GlobalOpt / GlobalDCE are already run later.

Diff Detail

Event Timeline

arsenm created this revision.Sep 15 2017, 12:17 PM
rampitec edited edge metadata.Sep 15 2017, 12:19 PM

It is not redundant. It is here to get rid of unused library functions before we start optimizing them.

arsenm abandoned this revision.Sep 14 2020, 1:32 PM