[PATCH] [OPENMP] Codegen of the ‘aligned’ clause for the ‘omp simd’ directive

Alexander Musman alexander.musman at gmail.com
Fri Sep 26 02:34:36 PDT 2014


Hi hfinkel, rsmith, doug.gregor, ABataev, rjmccall,

Please review codegen of the ‘aligned’ clause for the ‘omp simd’ directive.
It uses @llvm.assume intrinsic to specify alignment hints in LLVM IR.

http://reviews.llvm.org/D5499

Files:
  include/clang/Basic/DiagnosticSemaKinds.td
  lib/CodeGen/CGStmtOpenMP.cpp
  lib/Sema/SemaOpenMP.cpp
  test/OpenMP/for_simd_aligned_messages.cpp
  test/OpenMP/parallel_for_simd_aligned_messages.cpp
  test/OpenMP/simd_aligned_messages.cpp
  test/OpenMP/simd_metadata.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5499.14097.patch
Type: text/x-patch
Size: 8195 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140926/a876f247/attachment.bin>


More information about the cfe-commits mailing list