[PATCH] D101030: [OpenMP] Overhaul `declare target` handling
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 23 09:41:39 PDT 2021
jdoerfert marked 2 inline comments as done.
jdoerfert added a comment.
I'm testing a new version that does not allocate the structure on the heap. Instead we copy it. It is really infrequent and it should be <40 bytes when that happens, let's not over-optimize ;)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101030/new/
https://reviews.llvm.org/D101030
More information about the llvm-commits
mailing list