[clang] [Clang] Allow the value of unroll count to be zero in `#pragma GCC unroll` and `#pragma unroll` (PR #88666)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 15 00:50:58 PDT 2024
================
@@ -423,6 +423,10 @@ Bug Fixes in This Version
- Fixed a regression in CTAD that a friend declaration that befriends itself may cause
incorrect constraint substitution. (#GH86769).
+- Clang now allowed the value of unroll count to be zero in ``#pragma GCC unroll`` and ``#pragma unroll``.
----------------
tbaederr wrote:
```suggestion
- Clang now allows the value of unroll count to be zero in ``#pragma GCC unroll`` and ``#pragma unroll``.
```
https://github.com/llvm/llvm-project/pull/88666
More information about the cfe-commits
mailing list