[PATCH] D77290: [OpenMP] Specialize OpenMP calls after template instantiation
Johannes Doerfert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 2 00:30:18 PDT 2020
jdoerfert created this revision.
jdoerfert added reviewers: kiranchandramohan, ABataev, RaviNarayanaswamy, gtbercea, grokos, sdmitriev, JonChesterfield, hfinkel, fghanim, aaron.ballman.
Herald added subscribers: guansong, bollu, yaxunl.
Herald added a project: clang.
jdoerfert removed a parent revision: D77113: [OpenMP][NFC] Move and simplify directive -> allowed clause mapping.
jdoerfert edited the summary of this revision.
jdoerfert added a child revision: D77252: [OpenMP] Try to find an existing base for `omp begin/end declare variant`.
As with regular calls, we want to specialize a call that went through
template instantiation if it has an applicable OpenMP declare variant.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D77290
Files:
clang/lib/Sema/SemaTemplateInstantiate.cpp
clang/test/AST/ast-dump-openmp-begin-declare-variant_template_1.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77290.254438.patch
Type: text/x-patch
Size: 13638 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200402/a860b6fd/attachment-0001.bin>
More information about the cfe-commits
mailing list