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

Luke Drummond via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 10:52:37 PDT 2022


ldrumm requested changes to this revision.
ldrumm added inline comments.
This revision now requires changes to proceed.


================
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,
----------------
There's actually a syntax error here. 


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