Author: Weining Lu Date: 2026-01-19T09:40:35Z New Revision: 14fe46143d46aca8c6d3e5126b58714f7e044c44
URL: https://github.com/llvm/llvm-project/commit/14fe46143d46aca8c6d3e5126b58714f7e044c44 DIFF: https://github.com/llvm/llvm-project/commit/14fe46143d46aca8c6d3e5126b58714f7e044c44.diff LOG: [LoongArch] Summary llvm22 release notes Added: Modified: llvm/docs/ReleaseNotes.md Removed: ################################################################################ diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md index 732c4ac796ce6..c99ac8f2f41c4 100644 --- a/llvm/docs/ReleaseNotes.md +++ b/llvm/docs/ReleaseNotes.md @@ -144,8 +144,17 @@ Changes to the Hexagon Backend Changes to the LoongArch Backend -------------------------------- +* RuntimeDyld now supports the `Large` code model for LoongArch64. +* The `PreserveMost` calling convention is now supported. +* An option named `loongarch-enable-merge-offset` is added to allow disabling the `MergeBaseOffset` pass. +* A macro instruction named `ud` is added. +* `la.abs` now generates `R_LARCH_MARK_LA` relocation. +* LASX and LSX conversion intrinsics are added. +* Tail calls for `sret` and `byval` functions are now supported. +* Always emit symbol-based relocations regardless of relaxation. * DWARF fission is now compatible with linker relaxations, allowing `-gsplit-dwarf` and `-mrelax` to be used together when building for the LoongArch platform. +* Assorted codegen improvements. Changes to the MIPS Backend --------------------------- _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
