[PATCH] D132473: [Docs][OpenCL][SPIR-V] Release 15 notes for Clang
Sven van Haastregt via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 23 09:21:06 PDT 2022
svenvh added a comment.
In D132473#3742688 <https://reviews.llvm.org/D132473#3742688>, @Anastasia wrote:
> @svenvh as you made quite a lot of changes in the headers feel free to expand the description if you feel we should document some of those in more detail.
I think you have captured it quite well already; they were mostly small fixes (although many).
================
Comment at: clang/docs/ReleaseNotes.rst:676
+ LLVM backend when generating SPIR-V binary.
+
Floating Point Support in Clang
----------------
Should we say anything about opaque pointers? Something like:
```
- Although LLVM has switched to opaque pointers with this release, SPIR-V generation still relies on typed pointers in this release.
```
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132473/new/
https://reviews.llvm.org/D132473
More information about the cfe-commits
mailing list