[PATCH] D19431: [LoopDist] Add llvm.loop.distribute.enable loop metadata

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 18:14:55 PDT 2016


hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.

LGTM.


================
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
----------------
You should probably add a sentence or two here, at least, explaining that "loop distribution" means in this context.


http://reviews.llvm.org/D19431





More information about the llvm-commits mailing list