[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 Dec 7 14:38:53 PST 2018
Meinersbur updated this revision to Diff 177324.
Meinersbur added a comment.
- Fix wrong patch upload
- Simplify access group emission ... .. possible due to the added possibility for instructions to belong to multiple access groups in D52116 <https://reviews.llvm.org/D52116>. However, the number of access groups is not minimized anymore.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D52117/new/
https://reviews.llvm.org/D52117
Files:
lib/CodeGen/CGLoopInfo.cpp
lib/CodeGen/CGLoopInfo.h
test/CodeGenCXX/pragma-loop-safety-imperfectly_nested.cpp
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.177324.patch
Type: text/x-patch
Size: 79162 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181207/2005d1ce/attachment-0001.bin>
More information about the cfe-commits
mailing list