[PATCH] Update documentation for unroll pragmas on loops with runtime trip counts

Bjarke Hammersholt Roune broune at google.com
Tue Jun 30 20:50:28 PDT 2015


REPOSITORY
  rL LLVM

================
Comment at: include/clang/Basic/AttrDocs.td:1330
@@ -1328,1 +1329,3 @@
+the loop unroller tries to unroll the loop by a power-of-two factor
+subject to a limit on unrolled code size.
 
----------------
Is #pragma unroll different from #pragma unroll(full) ? If not, why not make the two doc strings the same?

http://reviews.llvm.org/D10857

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list