This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Default to using TableGen'd instruction selector
ClosedPublic

Authored by tstellar on Jun 14 2018, 2:28 PM.

Details

Summary

We can select all instructions that are marked as legal in a full piglit run,
so now is a good time to make the TableGen'd instruction selector default
for all opcodes. This is NFC for a full piglit run, which is why there are
no tests.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellar created this revision.Jun 14 2018, 2:28 PM
This revision is now accepted and ready to land.Jun 15 2018, 3:44 AM
This revision was automatically updated to reflect the committed changes.