| commit | 68152f1301cd7196377f62c1e58e9a67cfa833f1 | [log] [tgz] |
|---|---|---|
| author | Sam Parker <sam.parker@arm.com> | Tue Jul 29 09:23:31 2025 +0100 |
| committer | GitHub <noreply@github.com> | Tue Jul 29 09:23:31 2025 +0100 |
| tree | b1e122316b45bd198bef6e3e2165a3c70258d18a | |
| parent | 2780b8f22058b35a8e70045858b87a1966df8df3 [diff] |
[WebAssembly] v16i8 mul support (#150209) During target DAG combine, use two i16x8.extmul_low_i8x16 and a shuffle for v16i8 mul. On my AArch64 machine, using V8, I observe a 3.14% geomean improvement across 65 benchmarks, including: 9.2% for spec2017.x264, 6% for libyuv and 1.8% for ncnn.
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.
The LLVM project has multiple components. The core of the project is itself called “LLVM”. This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.
C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.
Other components include: the libc++ C++ standard library, the LLD linker, and more.
Consult the Getting Started with LLVM page for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.
Join the LLVM Discourse forums, Discord chat, LLVM Office Hours or Regular sync-ups.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.