diff options
author | Alexander Timofeev <Alexander.Timofeev@amd.com> | 2017-07-03 14:54:11 +0000 |
---|---|---|
committer | Alexander Timofeev <Alexander.Timofeev@amd.com> | 2017-07-03 14:54:11 +0000 |
commit | ea7f08bee53c696f75adfc099b6c8e7b58b1ebe3 (patch) | |
tree | e6d6b05455101b83b74a58899c469db57b308ddf /llvm/test/CodeGen/AMDGPU/trunc-bitcast-vector.ll | |
parent | 53d69e329b3b195b22afb565645031145966a2d8 (diff) | |
download | bcm5719-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/trunc-bitcast-vector.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/trunc-bitcast-vector.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/trunc-bitcast-vector.ll b/llvm/test/CodeGen/AMDGPU/trunc-bitcast-vector.ll index f90040385f7..77a6820713d 100644 --- a/llvm/test/CodeGen/AMDGPU/trunc-bitcast-vector.ll +++ b/llvm/test/CodeGen/AMDGPU/trunc-bitcast-vector.ll @@ -1,5 +1,5 @@ -; RUN: llc -march=amdgcn -verify-machineinstrs < %s | FileCheck --check-prefix=SI %s -; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck --check-prefix=VI %s +; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -verify-machineinstrs < %s | FileCheck --check-prefix=SI %s +; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=tonga -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck --check-prefix=VI %s ; CHECK-LABEL: {{^}}trunc_i64_bitcast_v2i32: ; CHECK: buffer_load_dword v |