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

Andrew Savonichev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 11 13:30:20 PDT 2022


asavonic added a comment.

Without the patch, `@callee` has alignment of 16, while the call site uses alignment of 4 for param memory.
We also need D134548 <https://reviews.llvm.org/D134548> to fix handling of bitcasts.


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