Skip to content

Commit 4fb9650

Browse files
committed
[clang][docs] Release Note for RISC-V qci-(no)nest
These were omitted from the original PR (#129957)
1 parent 1b9d475 commit 4fb9650

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,11 @@ RISC-V Support
425425

426426
- Add support for `-mtune=generic-ooo` (a generic out-of-order model).
427427

428+
- Adds support for `__attribute__((interrupt("qci-nest")))` and
429+
`__attribute__((interrupt("qci-nonest")))`. These use instructions from
430+
Qualcomm's `Xqciint` extension to save and restore some GPRs in interrupt
431+
service routines.
432+
428433
CUDA/HIP Language Changes
429434
^^^^^^^^^^^^^^^^^^^^^^^^^
430435

llvm/docs/ReleaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ Changes to the RISC-V Backend
147147
* Adds assembler support for the 'Zclsd` (Compressed Load/Store Pair Instructions)
148148
extension.
149149
* Adds experimental assembler support for Zvqdotq.
150+
* Adds Support for Qualcomm's `qci-nest` and `qci-nonest` interrupt types, which
151+
use instructions from `Xqciint` to save and restore some GPRs during interrupt
152+
handlers.
150153

151154
Changes to the WebAssembly Backend
152155
----------------------------------

0 commit comments

Comments
 (0)