This is an archive of the discontinued LLVM Phabricator instance.

[TableGen] Remove unused target intrinsic generation logic
ClosedPublic

Authored by rnk on Dec 10 2019, 4:52 PM.

Details

Summary

AMDGPU was the last in tree target to use this tablegen mode. I plan to
split up the global intrinsic enum similar to the way that clang
diagnostics are split up today. I don't plan to build on this mode.

Diff Detail

Event Timeline

rnk created this revision.Dec 10 2019, 4:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 10 2019, 4:52 PM
Herald added subscribers: tpr, wdng. · View Herald Transcript
echristo accepted this revision.Dec 10 2019, 7:59 PM

Dead code is dead code :) LGTM.

-eric

This revision is now accepted and ready to land.Dec 10 2019, 7:59 PM
This revision was automatically updated to reflect the committed changes.