]> granicus.if.org Git - llvm/commit
AMDGPU/GlobalISel: Implement select for 32-bit G_ADD
authorTom Stellard <tstellar@redhat.com>
Mon, 1 Jul 2019 16:09:33 +0000 (16:09 +0000)
committerTom Stellard <tstellar@redhat.com>
Mon, 1 Jul 2019 16:09:33 +0000 (16:09 +0000)
commit962c2a67ea8ccdb5417a5ad0784bbdbd36b40175
tree5d589cd74c633f35ccb4b6f5edfed15f654ecfe2
parentec01b2964e0b733881e2fdb359f6445d6072fe03
AMDGPU/GlobalISel: Implement select for 32-bit G_ADD

Reviewers: arsenm

Reviewed By: arsenm

Subscribers: hiraditya, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, rovka, kristof.beyls, dstuttard, tpr, t-tye, Petar.Avramovic, llvm-commits

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364797 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/AMDGPUGISel.td
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
test/CodeGen/AMDGPU/GlobalISel/inst-select-add.mir [new file with mode: 0644]