[PATCH] D99347: [AMDGPU] Set implicit arg attributes for indirect calls

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 25 10:41:50 PDT 2021


rampitec added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp:277
+  // then add all attributes corresponding to the implicit args.
+  if (CallingConvSupportsAllImplicits && F.hasAddressTaken()) {
+    for (StringRef AttrName : ImplicitAttrNames) {
----------------
Pass all arguments to hasAddressTaken().


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99347/new/

https://reviews.llvm.org/D99347



More information about the llvm-commits mailing list