commit | b61e3874fa97c5ead2c27e8245fe123370a21e81 | [log] [tgz] |
---|---|---|
author | Luke Lau <luke@igalia.com> | Thu Apr 03 15:15:55 2025 +0100 |
committer | Luke Lau <luke@igalia.com> | Thu Apr 03 15:16:56 2025 +0100 |
tree | 864728e3ee8ea1724e450c5f6f6e8454a81eb1d3 | |
parent | 18dd299fb109792d0716156af0a2d8c0ca781c57 [diff] |
Revert "[InstCombine] Match scalable splats in m_ImmConstant (#132522)" This reverts commit df9e5ae5b40c4d245d904a2565e46f5b7ab9c7c8. This is triggering an assertion failure on llvm-test-suite with -enable-vplan-native-path: https://lab.llvm.org/buildbot/#/builders/198/builds/3365
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.