AMDGPU: Enable function calls by default
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 28 Feb 2019 00:40:32 +0000 (00:40 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 28 Feb 2019 00:40:32 +0000 (00:40 +0000)
commit5d567dc137d20a9d9654076fbdab8ceddb6748dc
tree534574f474432e9994f8a43feb77446ffdbed183
parent2fc498a652dc66d99b6581e295e4f020142e3304
AMDGPU: Enable function calls by default

Fixes some crashes on illegal call situations which are unfortunately
still valid IR.

llvm-svn: 355051
llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
llvm/test/CodeGen/AMDGPU/amdgpu-function-calls-option.ll [new file with mode: 0644]
llvm/test/CodeGen/AMDGPU/amdgpu-inline.ll
llvm/test/CodeGen/AMDGPU/call-graph-register-usage.ll
llvm/test/CodeGen/AMDGPU/force-alwaysinline-lds-global-address.ll
llvm/test/CodeGen/AMDGPU/inline-calls.ll