[PATCH] D152671: [doc][LoongArch] Add missed release note about `ual` feature addition
Lu Weining via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 25 19:38:30 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd0a32b0273b9: [doc][LoongArch] Add missed release note about `ual` feature addition (authored by SixWeining).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152671/new/
https://reviews.llvm.org/D152671
Files:
clang/docs/ReleaseNotes.rst
llvm/docs/ReleaseNotes.rst
Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -173,6 +173,8 @@
--------------------------------
* 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
---------------------------
Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -682,6 +682,8 @@
- 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
^^^^^^^^^^^^^^
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152671.534408.patch
Type: text/x-patch
Size: 951 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230626/22080ae4/attachment.bin>
More information about the cfe-commits
mailing list