[PATCH] D19431: [LoopDist] Add llvm.loop.distribute.enable loop metadata
Adam Nemet via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 26 18:19:13 PDT 2016
anemet added inline comments.
================
Comment at: docs/LangRef.rst:4709
@@ +4708,3 @@
+
+This metadata selectively enables or disables loop distribution for the loop. The
+first operand is the string ``llvm.loop.distribute.enable`` and the second
----------------
hfinkel wrote:
> You should probably add a sentence or two here, at least, explaining that "loop distribution" means in this context.
Thanks, will do.
http://reviews.llvm.org/D19431
More information about the llvm-commits
mailing list