[PATCH] [OPENMP] A helper for marking intstructions with llvm.mem.parallel_loop_access

Alexander Musman alexander.musman at gmail.com
Wed May 7 06:13:00 PDT 2014


Hi doug.gregor, rjmccall, rsmith, ABataev, hfinkel, gribozavr, cbergstrom, rengolin, TylerNowicki,

This patch adds a helper class (CGLoopInfo) for marking memory instructions with llvm.mem.parallel_loop_access metadata.
It also adds a simple initial version of codegen for pragma omp simd (it will change in the future to support all the clauses).

http://reviews.llvm.org/D3644

Files:
  lib/CodeGen/CGBuilder.h
  lib/CodeGen/CGLoopInfo.cpp
  lib/CodeGen/CGLoopInfo.h
  lib/CodeGen/CGStmt.cpp
  lib/CodeGen/CGStmtOpenMP.cpp
  lib/CodeGen/CMakeLists.txt
  lib/CodeGen/CodeGenFunction.cpp
  lib/CodeGen/CodeGenFunction.h
  test/OpenMP/simd_metadata.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3644.9161.patch
Type: text/x-patch
Size: 19817 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140507/926848bf/attachment.bin>


More information about the cfe-commits mailing list