huntergr added a comment.

In https://reviews.llvm.org/D31417#886441, @hfinkel wrote:

> Is this still being worked on?


Hi, yes it is. Sorry for the delay in posting new changes but priorities 
shifted a bit and I had to work on something else for a while.

I do have a new version that's just about ready based on Alexey's idea. Simd 
constructs work, and non-simd constructs just pass the code straight through; 
combined constructs pose a bit of an issue, since they will have captured stmts 
from non-simd directives as well. Some additional work will be needed to handle 
that case. I'll post what I have after a bit of tidying for comments and 
suggestions; it's possible that the mixed case could be dealt with in another 
patch.


https://reviews.llvm.org/D31417



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to