commit | e762baffd9f115106f861a236c56093c85dfbc93 | [log] [tgz] |
---|---|---|
author | David Green <david.green@arm.com> | Thu Apr 10 20:57:53 2025 +0100 |
committer | David Green <david.green@arm.com> | Thu Apr 10 20:57:53 2025 +0100 |
tree | ae9084a83d629386f07f2bec52a878c89ad0a398 | |
parent | 966667f5419d6cdd8d02fdf9ad2e39c0a2f94fe1 [diff] |
[AArch64] Move SLId/SRId patterns into instruction definitions. NFC The v1i64 patterns were next to the vector variants, not the SIMDScalar instructions tht define them. In moving them closer they cal also be incorporated into the definitions themselves. SIMDScalarRShiftDTied is altered to remove the redundant i64 variants.
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.