| commit | 04d4314456938fa78fe7020291a514db350e23a0 | [log] [tgz] |
|---|---|---|
| author | Philip Reames <preames@rivosinc.com> | Tue Mar 04 19:26:28 2025 -0800 |
| committer | Philip Reames <listmail@philipreames.com> | Wed Mar 05 07:24:02 2025 -0800 |
| tree | 5027ce10f8a9c3015e016ed8e8aa1aa6d23bf75d | |
| parent | 5223ddd83fb184716d0201450ee9818e5f92efb6 [diff] |
[RISCV] Fix a typo in fixed_m2_in_m4_tail test [nfc] When I added these, they were supposed to be sub-vector inserts, but since I got a couple index values wrong, they were instead general shuffles. This is the same as 9295b0 - I apparently copied the same typo to another test case.
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.