Skip to content

Commit

Permalink
N241 LLVM Weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyparser committed Feb 14, 2024
1 parent 1194f3c commit 702fe2e
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions weekly-2024/2024-02-14.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,25 @@

### LLVM/Clang/LLDB/LLD

本节内容来自 [LLVM Weekly 第 528 期](http://llvmweekly.org/issue/528)[Alex Bradbury](https://www.linkedin.com/in/alex-bradbury/) 大哥持续稳定输出。

以下值得关注的内容来自小编9号的整理和推荐(主要是 LLVM IR 变更):
* 收藏: "xoranth" blogged about [switch lowering in GCC](https://xoranth.net/gcc-switch/).

- TODO
* 基础设施改GitHub之后的CI改进: Tom Stellard started an RFC thread [on the future of Windows pre-commit CI](https://discourse.llvm.org/t/rfc-future-of-windows-pre-commit-ci/76840), suggesting migrating it to GitHub Actions unless the current spurious failures can be resolved.

本节内容来自 [LLVM Weekly 第 427 期](http://llvmweekly.org/issue/427)
[Alex Bradbury](https://www.linkedin.com/in/alex-bradbury/) 大哥持续稳定输出。
* 欧美同行不过春节: LLVM 18.1.0-rc2 [was released](https://discourse.llvm.org/t/llvm-18-1-0-rc2-released/76854).

* 对 AOSP RISC-V 项目似乎也很重要: MC layer support was added for the RISC-V pointer masking extension.
[0bf165e](https://github.com/llvm/llvm-project/commit/0bf165e383ac).

* 日积跬步: C intrinsics were added for the RISC-V Zvfbfwma extension.
[ae5ed2a](https://github.com/llvm/llvm-project/commit/ae5ed2a5d873).

* 龙架构龙年加油: LLD can now relax the `R_LARCH_ALIGN` relocation for LoongArch.
[06a728f](https://github.com/llvm/llvm-project/commit/06a728f3feab).

* 好消息: SiFive VCIX intrinsics are now supported in MLIR's LLVMIR dialect.
[9f6c005](https://github.com/llvm/llvm-project/commit/9f6c00565a82).

### QEMU (RISC-V)

Expand Down

0 comments on commit 702fe2e

Please sign in to comment.