summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/usubo.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/usubo.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/usubo.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/usubo.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/usubo.ll b/llvm/test/CodeGen/AMDGPU/usubo.ll
index 99c759a1787..d1f454f0bc6 100644
--- a/llvm/test/CodeGen/AMDGPU/usubo.ll
+++ b/llvm/test/CodeGen/AMDGPU/usubo.ll
@@ -1,6 +1,6 @@
-; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,SI,FUNC %s
-; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,VI,FUNC %s
-; RUN: llc -amdgpu-scalarize-global-loads=false -march=r600 -mcpu=cypress -verify-machineinstrs < %s | FileCheck -check-prefixes=EG,FUNC %s
+; RUN: llc -march=amdgcn -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,SI,FUNC %s
+; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,VI,FUNC %s
+; RUN: llc -march=r600 -mcpu=cypress -verify-machineinstrs < %s | FileCheck -check-prefixes=EG,FUNC %s
; FUNC-LABEL: {{^}}s_usubo_i64_zext:
; GCN: s_sub_u32
OpenPOWER on IntegriCloud