]> granicus.if.org Git - llvm/commit
AMDGPU/GlobalISel: Remove unnecessary code
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 22 Jul 2019 13:05:25 +0000 (13:05 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 22 Jul 2019 13:05:25 +0000 (13:05 +0000)
commit0c93423f8d469e52f5c5abef9002dee0f3419062
tree4677863d7f14e7c030dd8bdbac334e73f3832ae8
parentc9cab6442b8158d0080f776cae0cdb2b8a426144
AMDGPU/GlobalISel: Remove unnecessary code

The minnum/maxnum case are dead, and the cvt is handled by the
default.

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