This revision was automatically updated to reflect the committed changes.
Closed by commit rL31: [CUDA][HIP][DebugInfo] Skip reference device
function (authored by hliao, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/lib/CodeGen/CGDebugInfo.cpp:1755
+}
+V = V->stripPointerCasts();
}
hliao wrote:
> aprantl wrote:
> > This wasn
hliao marked an inline comment as done.
hliao added inline comments.
Comment at: clang/lib/CodeGen/CGDebugInfo.cpp:1755
+}
+V = V->stripPointerCasts();
}
aprantl wrote:
> This wasn't there before... why is this necessary?
That's from the or
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
http
hliao updated this revision to Diff 189488.
hliao added a comment.
make the test more robust to potential metadata identifier change
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58992/new/
https://reviews.llvm.org/D58992
Files:
clang/lib/CodeGe
hliao created this revision.
Herald added subscribers: cfe-commits, jdoerfert, aprantl.
Herald added a project: clang.
- A device functions could be used as a non-type template parameter in a
global/host function template. However, we should not try to retrieve that
device function and reference