[PATCH] D31417: [OpenMP] Add support for omp simd pragmas without runtime
Francesco Petrogalli via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 28 04:43:11 PDT 2017
fpetrogalli added a comment.
Hi Graham,
thank you for working on this. I understand that you are gonna take care of the CodeGen side of things for the new `-fopenmp-simd` option in a separate patch?
I am asking because I expect that the tests in `test/OpenMP/declare_simd_*` will give the same results when invoking clang with the new flag instead of `-fopenmp`.
Thank you,
Francesco
https://reviews.llvm.org/D31417
More information about the cfe-commits
mailing list