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

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 15 11:05:17 PDT 2017


rampitec added inline comments.


================
Comment at: lib/Target/AMDGPU/AMDGPUTargetMachine.cpp:330
+      return false;
+    case CallingConv::AMDGPU_VS:
+    case CallingConv::AMDGPU_HS:
----------------
Looks like there is now isEntryFunctionCC() which can be used instead of this switch.


https://reviews.llvm.org/D37887





More information about the llvm-commits mailing list