OSDN Git Service

AMDGPU: Add option to stress calls
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 21 Sep 2017 07:00:48 +0000 (07:00 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 21 Sep 2017 07:00:48 +0000 (07:00 +0000)
commitae3e3c01b9dcadfe0f3c280a73a4c10ca89a8a3a
treeb3e2c5dada5f9d1f7fff7f67384889e4a702f33e
parentaa4af887e4d9e2c703a2073bc7d12922e85317d0
AMDGPU: Add option to stress calls

This inverts the behavior of the AlwaysInline pass to mark
every function not already marked alwaysinline as noinline.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313865 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp
test/CodeGen/AMDGPU/stress-calls.ll [new file with mode: 0644]