[PATCH] D52117: Generate llvm.loop.parallel_accesses instead of llvm.mem.parallel_loop_access metadata.
Michael Kruse via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 14 12:06:28 PDT 2018
Meinersbur created this revision.
Meinersbur added reviewers: hfinkel, amusman, ABataev, tyler.nowicki.
Meinersbur added a dependency: D52116: Introduce llvm.loop.parallel_accesses and llvm.access.group metadata..
Instead of generating llvm.mem.parallel_loop_access metadata, generate llvm.access.group on instructions and llvm.loop.parallel_accesses on loops. Minimize the number of access groups by only creating one for loops that are parallel.
This is clang part of https://reviews.llvm.org/D52116.
Repository:
rC Clang
https://reviews.llvm.org/D52117
Files:
lib/CodeGen/CGLoopInfo.cpp
lib/CodeGen/CGLoopInfo.h
test/CodeGenCXX/pragma-loop-safety-nested.cpp
test/CodeGenCXX/pragma-loop-safety-outer.cpp
test/CodeGenCXX/pragma-loop-safety.cpp
test/OpenMP/for_codegen.cpp
test/OpenMP/for_simd_codegen.cpp
test/OpenMP/loops_explicit_clauses_codegen.cpp
test/OpenMP/ordered_codegen.cpp
test/OpenMP/parallel_for_simd_codegen.cpp
test/OpenMP/schedule_codegen.cpp
test/OpenMP/simd_codegen.cpp
test/OpenMP/simd_metadata.c
test/OpenMP/target_parallel_for_simd_codegen.cpp
test/OpenMP/target_simd_codegen.cpp
test/OpenMP/taskloop_simd_codegen.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52117.165563.patch
Type: text/x-patch
Size: 79918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180914/9dcdc02b/attachment-0001.bin>
More information about the cfe-commits
mailing list