[PATCH] D58992: [CUDA][HIP][DebugInfo] Skip reference device function

Adrian Prantl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 6 08:38:24 PST 2019


aprantl added inline comments.


================
Comment at: clang/lib/CodeGen/CGDebugInfo.cpp:1755
+        }
+        V = V->stripPointerCasts();
       }
----------------
This wasn't there before... why is this necessary?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D58992





More information about the cfe-commits mailing list