Skip to content

Commit

Permalink
[RISCV][NFC] cR Constraint Release Note
Browse files Browse the repository at this point in the history
  • Loading branch information
lenary committed Jan 24, 2025
1 parent cff7ad5 commit d910fbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions llvm/docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d910fbc

Please sign in to comment.