[PATCH] D83781: [LangRef] Fix condition for when a loop is considered parallel.
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 1 13:42:10 PDT 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG137dfd616aaf: [LangRef] Fix condition for when a loop is considered parallel. (authored by Meinersbur).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83781/new/
https://reviews.llvm.org/D83781
Files:
llvm/docs/LangRef.rst
Index: llvm/docs/LangRef.rst
===================================================================
--- llvm/docs/LangRef.rst
+++ llvm/docs/LangRef.rst
@@ -6194,7 +6194,8 @@
matches the ``llvm.loop.parallel_accesses`` list.
If all memory-accessing instructions in a loop have
-``llvm.loop.parallel_accesses`` metadata that refers to that loop, then the
+``llvm.access.group`` metadata that each refer to one of the access
+groups of a loop's ``llvm.loop.parallel_accesses`` metadata, then the
loop has no loop carried memory dependences and is considered to be a
parallel loop.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83781.289276.patch
Type: text/x-patch
Size: 583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200901/1525f769/attachment.bin>
More information about the llvm-commits
mailing list