summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/reduce-load-width-alignment.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-07-04 02:14:18 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-07-04 02:14:18 +0000
commite4a741376bebf902e94f27e7be1636c0510b0f46 (patch)
tree46a4863d24efc5b325d5fa80719c40d9a12cb222 /llvm/test/CodeGen/AMDGPU/reduce-load-width-alignment.ll
parent66d32c5e06738f851ce0a00d519a9481b52922e9 (diff)
downloadbcm5719-llvm-e4a741376bebf902e94f27e7be1636c0510b0f46.tar.gz
bcm5719-llvm-e4a741376bebf902e94f27e7be1636c0510b0f46.zip
Revert r307026, "[AMDGPU] Switch scalarize global loads ON by default"
It broke a testcase. Failing Tests (1): LLVM :: CodeGen/AMDGPU/alignbit-pat.ll llvm-svn: 307054
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/reduce-load-width-alignment.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/reduce-load-width-alignment.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/reduce-load-width-alignment.ll b/llvm/test/CodeGen/AMDGPU/reduce-load-width-alignment.ll
index d8c7438e4d0..ecb513cd80b 100644
--- a/llvm/test/CodeGen/AMDGPU/reduce-load-width-alignment.ll
+++ b/llvm/test/CodeGen/AMDGPU/reduce-load-width-alignment.ll
@@ -1,6 +1,6 @@
-; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=SI %s
-; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=bonaire -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=CI %s
-; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=tonga -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=VI %s
+; RUN: llc -march=amdgcn -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=SI %s
+; RUN: llc -march=amdgcn -mcpu=bonaire -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=CI %s
+; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=VI %s
; GCN-LABEL: {{^}}reduce_i64_load_align_4_width_to_i32:
; GCN: buffer_load_dword [[VAL:v[0-9]+]]
OpenPOWER on IntegriCloud