[PATCH] D139213: [llvm][CUDA] Make NVVM Reflect pass look inside ptr casting

Hugh Delaney via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 03:18:45 PST 2022


hdelan added a comment.

Hi @tra , after some unsuccessful attempts at changing ptr casting to bitcasting, I have implemented your second preference. That is `introduce __nvvm_reflect_ocl(...) with an argument in AS(4) so it works with OpenCL strings.` Let me know your thoughts


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139213



More information about the llvm-commits mailing list