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. _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
