Skip to content

Commit d910fbc

Browse files
committed
[RISCV][NFC] cR Constraint Release Note
1 parent cff7ad5 commit d910fbc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@ Changes to the RISC-V Backend
272272
* `cf` constraint meaning an RVC-encoding compatible FPR (`f8`-`f15`)
273273
* `R` constraint meaning an even-odd GPR pair (prints as the even register,
274274
but both registers in the pair are considered live).
275+
* `cR` constraint meaning an RVC-encoding compatible even-odd GPR Pair (prints
276+
as an even register between `x8` and `x14`, but both registers in the pair
277+
are considered live).
275278
* `N` modifer meaning print the register encoding (0-31) rather than the name.
276279
* `f` and `cf` inline assembly constraints, when using F-/D-/H-in-X extensions,
277280
will use the relevant GPR rather than FPR. This makes inline assembly portable

0 commit comments

Comments
 (0)