[PATCH] D142094: [Clang][Doc] Add release note for changes of the RVV intrinsics

2023-02-09 Thread Yueh-Ting (eop) Chen via Phabricator via cfe-commits
eopXD abandoned this revision. eopXD added a comment. This was cherry-picked into the release branch of LLVM 16. Closing the patch. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D142094/new/ https://reviews.llvm.org/D142094

[PATCH] D142094: [Clang][Doc] Add release note for changes for the RVV intrinsics

2023-01-31 Thread Yueh-Ting (eop) Chen via Phabricator via cfe-commits
eopXD updated this revision to Diff 493555. eopXD added a comment. Address comment from Alex. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D142094/new/ https://reviews.llvm.org/D142094 Files: clang/docs/ReleaseNotes.rst Index:

[PATCH] D142094: [Clang][Doc] Add release note for changes for the RVV intrinsics

2023-01-24 Thread Alex Bradbury via Phabricator via cfe-commits
asb accepted this revision. asb added a comment. This revision is now accepted and ready to land. In D142094#4070856 , @eopXD wrote: > In D142094#4065611 , @asb wrote: > >> In D142094#4065175

[PATCH] D142094: [Clang][Doc] Add release note for changes for the RVV intrinsics

2023-01-24 Thread Kito Cheng via Phabricator via cfe-commits
kito-cheng added a comment. As a RISC-V GCC maintainer: GCC 14 is targeting on RVV intrinsic 1.0, but segment load store and rounding mode stuff might not meet the release, so the status will be pretty close to clang/LLVM (with @eopXD's changes, `__riscv_` prefix and those simplification

[PATCH] D142094: [Clang][Doc] Add release note for changes for the RVV intrinsics

2023-01-20 Thread Yueh-Ting (eop) Chen via Phabricator via cfe-commits
eopXD added a comment. In D142094#4065611 , @asb wrote: > In D142094#4065175 , @eopXD wrote: > >> @asb I just saw the cancellation of the sync-up call today. Regarding the >> branch out on 01/24 I think it would

[PATCH] D142094: [Clang][Doc] Add release note for changes for the RVV intrinsics

2023-01-19 Thread Alex Bradbury via Phabricator via cfe-commits
asb added a comment. In D142094#4065175 , @eopXD wrote: > @asb I just saw the cancellation of the sync-up call today. Regarding the > branch out on 01/24 I think it would be good to have these incompatible > changes into LLVM 16. Sorry for missing

[PATCH] D142094: [Clang][Doc] Add release note for changes for the RVV intrinsics

2023-01-19 Thread Yueh-Ting (eop) Chen via Phabricator via cfe-commits
eopXD added a comment. @asb I just saw the cancellation of the sync-up call today. Regarding the branch out on 01/24 I think it would be good to have these incompatible changes into LLVM 16. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D142094: [Clang][Doc] Add release note for changes for the RVV intrinsics

2023-01-19 Thread Yueh-Ting (eop) Chen via Phabricator via cfe-commits
eopXD added a comment. These changes described are based on patch(es) under review. This patch should land after D142085 . Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D142094/new/

[PATCH] D142094: [Clang][Doc] Add release note for changes for the RVV intrinsics

2023-01-19 Thread Yueh-Ting (eop) Chen via Phabricator via cfe-commits
eopXD created this revision. eopXD added reviewers: craig.topper, kito-cheng, rogfer01, frasercrmck. Herald added subscribers: s.egerton, simoncook. Herald added a project: All. eopXD requested review of this revision. Herald added subscribers: cfe-commits, pcwang-thead. Herald added a project: