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

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 16:58:46 PDT 2017


rampitec added a comment.

Can you please restore foo_used and just fix calling convention? This case is not covered now.



================
Comment at: test/CodeGen/AMDGPU/internalize.ll:28
+; ALL: define amdgpu_kernel void @func_unusud(
+define amdgpu_kernel void @func_unusud(i32 addrspace(1)* %out) local_unnamed_addr #1 {
+entry:
----------------
Typo in func name?


https://reviews.llvm.org/D37887





More information about the llvm-commits mailing list