]> granicus.if.org Git - llvm/commit
AMDGPU: Start selecting global instructions
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 29 Jul 2017 01:03:53 +0000 (01:03 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 29 Jul 2017 01:03:53 +0000 (01:03 +0000)
commitd74d012b621a9cd2634497a99224abc620bbf904
tree4fabf62527c5a02e3a7e1a0d9d4f2040dfa59eb8
parentab637ccbc099c506620fe50c32fc4ad231a23936
AMDGPU: Start selecting global instructions

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309470 91177308-0d34-0410-b5e6-96231b3b80d8
30 files changed:
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
lib/Target/AMDGPU/AMDGPUInstructions.td
lib/Target/AMDGPU/FLATInstructions.td
test/CodeGen/AMDGPU/add.v2i16.ll
test/CodeGen/AMDGPU/addrspacecast.ll
test/CodeGen/AMDGPU/ashr.v2i16.ll
test/CodeGen/AMDGPU/extract_vector_elt-i16.ll
test/CodeGen/AMDGPU/fabs.f16.ll
test/CodeGen/AMDGPU/fcanonicalize-elimination.ll
test/CodeGen/AMDGPU/fcopysign.f16.ll
test/CodeGen/AMDGPU/fmed3.ll
test/CodeGen/AMDGPU/fmuladd.v2f16.ll
test/CodeGen/AMDGPU/fneg-fabs.f16.ll
test/CodeGen/AMDGPU/fneg.f16.ll
test/CodeGen/AMDGPU/global_atomics.ll
test/CodeGen/AMDGPU/global_atomics_i64.ll
test/CodeGen/AMDGPU/indirect-addressing-si.ll
test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll
test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pkrtz.ll
test/CodeGen/AMDGPU/llvm.amdgcn.s.barrier.ll
test/CodeGen/AMDGPU/lshr.v2i16.ll
test/CodeGen/AMDGPU/min.ll
test/CodeGen/AMDGPU/pack.v2f16.ll
test/CodeGen/AMDGPU/pack.v2i16.ll
test/CodeGen/AMDGPU/sext-in-reg.ll
test/CodeGen/AMDGPU/shl.v2i16.ll
test/CodeGen/AMDGPU/sminmax.v2i16.ll
test/CodeGen/AMDGPU/store-global.ll
test/CodeGen/AMDGPU/sub.v2i16.ll
test/CodeGen/AMDGPU/waitcnt-flat.ll