[PATCH] D71241: [OpenMP][WIP] Use overload centric declare variants
Hal Finkel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 12 15:31:57 PST 2019
hfinkel added a comment.
In D71241#1778671 <https://reviews.llvm.org/D71241#1778671>, @ABataev wrote:
> There can be another one issue with this solution with inline assembly. I’m not completely sure about it, will try to investigate it tomorrow. I suggest to discuss this solution with Richard Smith (or John McCall). If he/they are ok with this transformation of the AST, we can switch to this scheme.
@jdoerfert , please do add Richard and John to this thread. We should be kind to them, however, and please write a summary of the language feature including some examples showing usage, and please also summarize the current implementation strategy and the one being proposed, so that they don't need to read the OpenMP spec to figure out what the discussion is about.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71241/new/
https://reviews.llvm.org/D71241
More information about the cfe-commits
mailing list