[RISCV] Add a release note for the removal of __attribute__((interrupt("user")))...
authorCraig Topper <craig.topper@sifive.com>
Thu, 27 Apr 2023 18:21:55 +0000 (11:21 -0700)
committerCraig Topper <craig.topper@sifive.com>
Thu, 27 Apr 2023 18:22:21 +0000 (11:22 -0700)
This was removed by D149314.

clang/docs/ReleaseNotes.rst

index 71b197a..a382c5e 100644 (file)
@@ -448,6 +448,8 @@ RISC-V Support
 - Fixed incorrect ABI lowering of ``_Float16`` in the case of structs
   containing ``_Float16`` that are eligible for passing via GPR+FPR or
   FPR+FPR.
+- Removed support for ``__attribute__((interrupt("user")))``. User-level
+  interrupts are not in version 1.12 of the privileged specification.
 
 CUDA/HIP Language Changes
 ^^^^^^^^^^^^^^^^^^^^^^^^^