[PATCH] D37887: AMDGPU: Run internalize symbols at -O0

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 17:04:50 PDT 2017


rampitec added a comment.

In https://reviews.llvm.org/D37887#874537, @arsenm wrote:

> In https://reviews.llvm.org/D37887#874523, @rampitec wrote:
>
> > Can you please restore foo_used and just fix calling convention? This case is not covered now.
>
>
> That's the new func_used I added, which is the same thing.


Not really, it is noinline. The old one was always inline with the opposite check condition.


https://reviews.llvm.org/D37887





More information about the llvm-commits mailing list