This is an archive of the discontinued LLVM Phabricator instance.

[Docs][OpenCL][SPIR-V] Release 15 notes for Clang
ClosedPublic

Authored by Anastasia on Aug 23 2022, 7:08 AM.

Details

Reviewers
svenvh
tstellar
Summary

Added list of functional changes to release notes.

Diff Detail

Event Timeline

Anastasia created this revision.Aug 23 2022, 7:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2022, 7:08 AM
Anastasia requested review of this revision.Aug 23 2022, 7:08 AM

@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.

Anastasia updated this revision to Diff 454838.Aug 23 2022, 7:27 AM

Minor formatting changes

@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).

clang/docs/ReleaseNotes.rst
676

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.
Anastasia updated this revision to Diff 455139.Aug 24 2022, 3:35 AM
  • Added clarification about the opaque pointers in SPIR-V.
Anastasia added inline comments.Aug 24 2022, 3:37 AM
clang/docs/ReleaseNotes.rst
676

Sure, good point! I have added an item to clarify this. Does it look ok to you?

svenvh accepted this revision.Aug 24 2022, 5:55 AM

LGTM, thanks!

clang/docs/ReleaseNotes.rst
676

generation -> generator I'd say, which you can address at commit time. For the rest it looks good!

This revision is now accepted and ready to land.Aug 24 2022, 5:55 AM