OSDN Git Service

AMDGPU/GlobalISel: Default to using TableGen'd instruction selector
authorTom Stellard <tstellar@redhat.com>
Fri, 22 Jun 2018 03:04:35 +0000 (03:04 +0000)
committerTom Stellard <tstellar@redhat.com>
Fri, 22 Jun 2018 03:04:35 +0000 (03:04 +0000)
commitfc57ceaf39a9da1ad7a42c56ff32912d5b4ec01c
tree14263738cdcc6156de9cc0bd3747c27245e3a285
parent3e9055c7ee0e14987e5951cfefaabb2c4ab60ada
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@335319 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp