[PATCH] [OPENMP] Loop canonical form analysis (Sema)
Alexander Musman
alexander.musman at gmail.com
Thu May 15 02:23:51 PDT 2014
Hi doug.gregor, gribozavr, hfinkel, cbergstrom, fraggamuffin, rsmith, ABataev,
This patch implements semantic analysis to make sure that the loop is in OpenMP canonical form.
This is the form required for 'omp simd', 'omp for' and other loop pragmas.
http://reviews.llvm.org/D3778
Files:
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/Sema/SemaOpenMP.cpp
test/OpenMP/simd_loop_messages.cpp
test/OpenMP/simd_misc_messages.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3778.9418.patch
Type: text/x-patch
Size: 52614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140515/7cf95121/attachment.bin>
More information about the cfe-commits
mailing list