[PATCH] [Polly][Refactor] Generalize parallel code generation
Johannes Doerfert
doerfert at cs.uni-saarland.de
Wed Aug 20 11:11:38 PDT 2014
Hi grosser, sebpop, simbuerg,
+ Generalized function names and comments
+ Removed OpenMP (omp) from the names and comments
+ Use common names (non OpenMP specific) for runtime library call creation
methodes
+ Commented the parallel code generator and all its member functions
+ Refactored some values and methodes
http://reviews.llvm.org/D4990
Files:
include/polly/CodeGen/LoopGenerators.h
lib/CodeGen/CodeGeneration.cpp
lib/CodeGen/LoopGenerators.cpp
test/Cloog/CodeGen/OpenMP/20120330-argument-use.ll
test/Cloog/CodeGen/OpenMP/clastvar_after_parallel_loop.ll
test/Cloog/CodeGen/OpenMP/copy_in_argument.ll
test/Cloog/CodeGen/OpenMP/copy_in_temporary.ll
test/Cloog/CodeGen/OpenMP/extract_memref.ll
test/Cloog/CodeGen/OpenMP/param_referenced_in_stmt.ll
test/Cloog/CodeGen/OpenMP/simple_nested_loop.ll
test/Cloog/CodeGen/OpenMP/structnames.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4990.12708.patch
Type: text/x-patch
Size: 35169 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140820/ed5334f4/attachment.bin>
More information about the llvm-commits
mailing list