summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/vectorize-global-local.ll
diff options
context:
space:
mode:
authorAlexander Timofeev <Alexander.Timofeev@amd.com>2017-07-03 14:54:11 +0000
committerAlexander Timofeev <Alexander.Timofeev@amd.com>2017-07-03 14:54:11 +0000
commitea7f08bee53c696f75adfc099b6c8e7b58b1ebe3 (patch)
treee6d6b05455101b83b74a58899c469db57b308ddf /llvm/test/CodeGen/AMDGPU/vectorize-global-local.ll
parent53d69e329b3b195b22afb565645031145966a2d8 (diff)
downloadbcm5719-llvm-ea7f08bee53c696f75adfc099b6c8e7b58b1ebe3.tar.gz
bcm5719-llvm-ea7f08bee53c696f75adfc099b6c8e7b58b1ebe3.zip
[AMDGPU] Switch scalarize global loads ON by default
Differential revision: https://reviews.llvm.org/D34407 llvm-svn: 307026
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/vectorize-global-local.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/vectorize-global-local.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/vectorize-global-local.ll b/llvm/test/CodeGen/AMDGPU/vectorize-global-local.ll
index 90cf34e609f..381ff5b1b51 100644
--- a/llvm/test/CodeGen/AMDGPU/vectorize-global-local.ll
+++ b/llvm/test/CodeGen/AMDGPU/vectorize-global-local.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck %s
+; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck %s
; CHECK-DAG: flat_load_dwordx4
; CHECK-DAG: flat_load_dwordx4
; CHECK-DAG: flat_load_dwordx4
OpenPOWER on IntegriCloud