Skip to content

Commit

Permalink
[doc][LoongArch] Add missed release note about ual feature addition
Browse files Browse the repository at this point in the history
I meant to fold this into 4760181
but failed to do so.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D152671
  • Loading branch information
SixWeining committed Jun 26, 2023
1 parent 0b6b400 commit d0a32b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,8 @@ LoongArch Support

- Patchable function entry (``-fpatchable-function-entry``) is now supported
on LoongArch.
- Unaligned memory accesses can be toggled by ``-m[no-]unaligned-access`` or the
aliases ``-m[no-]strict-align``.

RISC-V Support
^^^^^^^^^^^^^^
Expand Down
2 changes: 2 additions & 0 deletions llvm/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ Changes to the LoongArch Backend
--------------------------------

* The ``lp64s`` ABI is supported now and has been tested on Rust bare-matal target.
* A target feature ``ual`` is introduced to allow unaligned memory accesses and
this feature is enabled by default for generic 64-bit processors.

Changes to the MIPS Backend
---------------------------
Expand Down

0 comments on commit d0a32b0

Please sign in to comment.