[llvm-branch-commits] [clang] cb97f95 - [LoongArch] Summary clang22 release notes
Cullen Rhodes via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jan 19 01:43:33 PST 2026
Author: Weining Lu
Date: 2026-01-19T09:43:25Z
New Revision: cb97f95a67c51e4a3d39e393307c5b5bddcd4e95
URL: https://github.com/llvm/llvm-project/commit/cb97f95a67c51e4a3d39e393307c5b5bddcd4e95
DIFF: https://github.com/llvm/llvm-project/commit/cb97f95a67c51e4a3d39e393307c5b5bddcd4e95.diff
LOG: [LoongArch] Summary clang22 release notes
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 0bec56be0bb76..2e5c156d717c2 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -733,6 +733,10 @@ LoongArch Support
^^^^^^^^^^^^^^^^^
- Enable linker relaxation by default for loongarch64.
+- Introduce LASX and LSX conversion intrinsics.
+
+- `__attribute__((target("lasx")))` now implies the `lsx` feature.
+
- DWARF fission is now compatible with linker relaxations, allowing `-gsplit-dwarf` and `-mrelax`
to be used together when building for the LoongArch platform.
More information about the llvm-branch-commits
mailing list