summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/amdgpu-inline.ll
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2019-02-28 00:40:32 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2019-02-28 00:40:32 +0000
commit5d567dc137d20a9d9654076fbdab8ceddb6748dc (patch)
tree534574f474432e9994f8a43feb77446ffdbed183 /llvm/test/CodeGen/AMDGPU/amdgpu-inline.ll
parent2fc498a652dc66d99b6581e295e4f020142e3304 (diff)
downloadbcm5719-llvm-5d567dc137d20a9d9654076fbdab8ceddb6748dc.tar.gz
bcm5719-llvm-5d567dc137d20a9d9654076fbdab8ceddb6748dc.zip
AMDGPU: Enable function calls by default
Fixes some crashes on illegal call situations which are unfortunately still valid IR. llvm-svn: 355051
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/amdgpu-inline.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/amdgpu-inline.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/amdgpu-inline.ll b/llvm/test/CodeGen/AMDGPU/amdgpu-inline.ll
index 9d81cd54f83..75c16d006ae 100644
--- a/llvm/test/CodeGen/AMDGPU/amdgpu-inline.ll
+++ b/llvm/test/CodeGen/AMDGPU/amdgpu-inline.ll
@@ -1,5 +1,5 @@
-; RUN: opt -mtriple=amdgcn--amdhsa -data-layout=A5 -O3 -S -amdgpu-function-calls -inline-threshold=1 < %s | FileCheck -check-prefix=GCN -check-prefix=GCN-INL1 %s
-; RUN: opt -mtriple=amdgcn--amdhsa -data-layout=A5 -O3 -S -amdgpu-function-calls < %s | FileCheck -check-prefix=GCN -check-prefix=GCN-INLDEF %s
+; RUN: opt -mtriple=amdgcn--amdhsa -data-layout=A5 -O3 -S -inline-threshold=1 < %s | FileCheck -check-prefix=GCN -check-prefix=GCN-INL1 %s
+; RUN: opt -mtriple=amdgcn--amdhsa -data-layout=A5 -O3 -S < %s | FileCheck -check-prefix=GCN -check-prefix=GCN-INLDEF %s
define coldcc float @foo(float %x, float %y) {
entry:
OpenPOWER on IntegriCloud