| commit | eadde0786b3b880f445506a28f27fd8ce0d965e5 | [log] [tgz] |
|---|---|---|
| author | Amina Chabane <amina.chabane@arm.com> | Thu Aug 28 09:21:06 2025 +0100 |
| committer | GitHub <noreply@github.com> | Thu Aug 28 09:21:06 2025 +0100 |
| tree | b53099d7259de370392133813d3fadc7a48ec5c7 | |
| parent | 120725d77f5d006e890660e2d329c6aaf0135b6f [diff] |
[AArch64][Clang] Update predication of SVE2-AES/PMULL Pair Intrinsics and add Test Coverage (#153825) This patch updates the predication guards for SVE2 AES and PMULL Pair intrinsics to support execution in streaming mode. - Updated tablegen (arm_sve.td) - Updated existing Sema tests' diagnostics to reflect updated guard - Updated runlines of acle_sve2_pmullb_128.c, acle_sve2_pmullt_128.c, sve2-intrinsics-polynomial-arithmetic-128.ll, acle_sve2_aesimc.c, acle_sve2_aesd.c, acle_sve2_aese.c and acle_sve2_aesmc.c to reflect streaming.
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.