[PATCH] D136160: [Attr][Doc] Fix pragma unroll documentation.
Alexey Bader via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 18 04:57:03 PDT 2022
bader updated this revision to Diff 468487.
bader added a comment.
Update commit message.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136160/new/
https://reviews.llvm.org/D136160
Files:
clang/include/clang/Basic/AttrDocs.td
Index: clang/include/clang/Basic/AttrDocs.td
===================================================================
--- clang/include/clang/Basic/AttrDocs.td
+++ clang/include/clang/Basic/AttrDocs.td
@@ -3569,7 +3569,7 @@
}
``#pragma unroll`` and ``#pragma unroll _value_`` have identical semantics to
-``#pragma clang loop unroll(full)`` and
+``#pragma clang loop unroll(enable)`` and
``#pragma clang loop unroll_count(_value_)`` respectively. ``#pragma nounroll``
is equivalent to ``#pragma clang loop unroll(disable)``. See
`language extensions
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136160.468487.patch
Type: text/x-patch
Size: 554 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221018/95f676d3/attachment.bin>
More information about the cfe-commits
mailing list