diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md index 05d902641d09..0872f20bea59 100644 --- a/llvm/docs/ReleaseNotes.md +++ b/llvm/docs/ReleaseNotes.md @@ -272,6 +272,9 @@ Changes to the RISC-V Backend * `cf` constraint meaning an RVC-encoding compatible FPR (`f8`-`f15`) * `R` constraint meaning an even-odd GPR pair (prints as the even register, but both registers in the pair are considered live). + * `cR` constraint meaning an RVC-encoding compatible even-odd GPR Pair (prints + as an even register between `x8` and `x14`, but both registers in the pair + are considered live). * `N` modifer meaning print the register encoding (0-31) rather than the name. * `f` and `cf` inline assembly constraints, when using F-/D-/H-in-X extensions, will use the relevant GPR rather than FPR. This makes inline assembly portable