[PATCH] D19403: Add loop pragma for Loop Distribution

Adam Nemet via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 28 10:52:39 PDT 2016


anemet updated this revision to Diff 55445.
anemet added a comment.

A little tweak to the example to make it clear that 'i' is the induction
variable


http://reviews.llvm.org/D19403

Files:
  docs/LanguageExtensions.rst
  include/clang/Basic/Attr.td
  include/clang/Basic/DiagnosticParseKinds.td
  lib/CodeGen/CGLoopInfo.cpp
  lib/CodeGen/CGLoopInfo.h
  lib/Parse/ParsePragma.cpp
  lib/Sema/SemaStmtAttr.cpp
  test/CodeGenCXX/pragma-loop.cpp
  test/Misc/ast-print-pragmas.cpp
  test/PCH/pragma-loop.cpp
  test/Parser/pragma-loop-safety.cpp
  test/Parser/pragma-loop.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19403.55445.patch
Type: text/x-patch
Size: 25350 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160428/6e84304a/attachment-0001.bin>


More information about the cfe-commits mailing list