[PATCH] D71241: [OpenMP][WIP] Use overload centric declare variants

Jon Chesterfield via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 12 12:58:44 PST 2019


JonChesterfield added a comment.

In D71241#1782427 <https://reviews.llvm.org/D71241#1782427>, @ABataev wrote:

> In D71241#1782425 <https://reviews.llvm.org/D71241#1782425>, @JonChesterfield wrote:
>
> > > Explain that you're replacing the function written by the user on the fly by another one. If they accept it, go ahead.
> >
> > That's the observational effect of variants. Replacing is very similar to calling + inlining.
>
>
> Not in the AST.


I don't see much difference between mutating the AST and mutating the SSA. What're your objections to the former, specifically? It's not a stable interface so tools hanging off it will have a process for updating when it changes.


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