summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/memory_clause.ll
diff options
context:
space:
mode:
authorRon Lieberman <ronlieb.g@gmail.com>2018-11-30 18:29:17 +0000
committerRon Lieberman <ronlieb.g@gmail.com>2018-11-30 18:29:17 +0000
commitf48e43bbf764bce75b34168abebc0a39a97a4b71 (patch)
tree82e543329a8fc7f4217b0823ed4eda14559b6ec1 /llvm/test/CodeGen/AMDGPU/memory_clause.ll
parentaea706083fde5dd5b625de6bda0e1617059fe53e (diff)
downloadbcm5719-llvm-f48e43bbf764bce75b34168abebc0a39a97a4b71.tar.gz
bcm5719-llvm-f48e43bbf764bce75b34168abebc0a39a97a4b71.zip
[AMDGPU] Disable SReg Global LD/ST, perf regression
Differential Revision: https://reviews.llvm.org/D55093 llvm-svn: 348014
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/memory_clause.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/memory_clause.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/memory_clause.ll b/llvm/test/CodeGen/AMDGPU/memory_clause.ll
index 2bfe0d2b23d..9ae068a4340 100644
--- a/llvm/test/CodeGen/AMDGPU/memory_clause.ll
+++ b/llvm/test/CodeGen/AMDGPU/memory_clause.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=amdgcn -mcpu=gfx902 -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
+; RUN: llc -march=amdgcn -mcpu=gfx902 -verify-machineinstrs -amdgpu-enable-global-sgpr-addr < %s | FileCheck -check-prefix=GCN %s
; GCN-LABEL: {{^}}vector_clause:
; GCN: global_load_dwordx4
OpenPOWER on IntegriCloud