diff options
Diffstat (limited to 'test/CodeGen/AMDGPU/vectorize-global-local.ll')
| -rw-r--r-- | test/CodeGen/AMDGPU/vectorize-global-local.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AMDGPU/vectorize-global-local.ll b/test/CodeGen/AMDGPU/vectorize-global-local.ll index 90cf34e609f6e..381ff5b1b518a 100644 --- a/test/CodeGen/AMDGPU/vectorize-global-local.ll +++ b/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 |
