AMDGPU/GlobalISel: Default to using TableGen'd instruction selector
commit6af73076505d9a845740c99b0fb89898dab36797
authorTom Stellard <tstellar@redhat.com>
Fri, 22 Jun 2018 03:04:35 +0000 (22 03:04 +0000)
committerTom Stellard <tstellar@redhat.com>
Fri, 22 Jun 2018 03:04:35 +0000 (22 03:04 +0000)
tree38013a881f0e255954ef6ea37d8763a1f2da63cb
parent26fac0f8e11c10caae3bbf731cfa3ad74fc9d826
AMDGPU/GlobalISel: Default to using TableGen'd instruction selector

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.

Reviewers: arsenm, nhaehnle

Subscribers: kzhuravl, wdng, yaxunl, rovka, kristof.beyls, dstuttard, tpr, t-tye, llvm-commits

Differential Revision: https://reviews.llvm.org/D48198

llvm-svn: 335319
llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp