[PATCH] D135708: [NVPTX] Fix alignment for arguments of function pointer calls

Andrew Savonichev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 14 01:39:17 PDT 2022


asavonic added inline comments.


================
Comment at: llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp:4331
+  // for a function that may be called from a function pointer.
+  if (!F || !F->hasLocalLinkage()) ||
+      F->hasAddressTaken(/*Users=*/nullptr,
----------------
ldrumm wrote:
> There's actually a syntax error here. 
Right, I planned to fix this before landing, along with the typo below.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135708



More information about the llvm-commits mailing list