This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Disable unused gfx10 dpp instructions
ClosedPublic

Authored by rampitec on Oct 7 2019, 4:07 PM.

Details

Summary

Inhibit generation of unused real dpp instructions on gfx10 just
like it is done on other subtargets. This does not change anything
because these are illegal anyway and not accepted, but it does
reduce the number of instruction definitions generated.

Diff Detail

Event Timeline

rampitec created this revision.Oct 7 2019, 4:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2019, 4:07 PM
nhaehnle accepted this revision.Oct 8 2019, 8:14 AM

LGTM

This revision is now accepted and ready to land.Oct 8 2019, 8:14 AM
This revision was automatically updated to reflect the committed changes.