This is an archive of the discontinued LLVM Phabricator instance.

[libomptarget][amdgpu][nfc] Remove dead code from amdgpu plugin
ClosedPublic

Authored by JonChesterfield on May 6 2021, 12:28 PM.

Details

Summary

[libomptarget][amdgpu][nfc] Remove dead code from amdgpu plugin

Drops an enum that was identical to a HSA one, localises some functions where
they were only called from one TU. Covers everything internalize + adce can
identify as dead, except for msgpack::dump which is useful when debugging.

Diff Detail

Event Timeline

JonChesterfield requested review of this revision.May 6 2021, 12:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 6 2021, 12:28 PM
  • drop semicolon
This revision is now accepted and ready to land.May 6 2021, 12:48 PM
This revision was landed with ongoing or failed builds.May 6 2021, 3:16 PM
This revision was automatically updated to reflect the committed changes.