[PATCH] D10599: [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 16 22:51:55 PST 2015
ABataev added a comment.
In http://reviews.llvm.org/D10599#312135, @rjmccall wrote:
> Richard should really be the one to sign off on this, since he's been managing the review so far.
>
> I am curious why we decided to handle this separately instead of treating it as a different attribute spelling kind.
It is a separate pragma with many clauses (that will be implemented as soon as the pragma itself is committed), so we just can't treat it as a different spelling kind.
http://reviews.llvm.org/D10599
More information about the cfe-commits
mailing list