OSDN Git Service

AMDGPU: Insert skips for blocks with FLAT
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 7 Jun 2019 00:14:45 +0000 (00:14 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 7 Jun 2019 00:14:45 +0000 (00:14 +0000)
commit319b18a5440b14332ca330c5f6185c314345f07e
tree2579d330aed5a05eb87ddabc31b8a771f62dbde6
parent03ae04633750b9b7cb7b8fed60171f2f66586be8
AMDGPU: Insert skips for blocks with FLAT

This already forced a skip for VMEM, so it should also be done for
flat. I'm somewhat skeptical about the benefit of this though.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362760 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/SIInsertSkips.cpp
test/CodeGen/AMDGPU/insert-skips-flat-vmem.mir [new file with mode: 0644]