| commit | b7baf2ee8d302aab7cae787645ee7b7ec107e3ee | [log] [tgz] |
|---|---|---|
| author | Nikita Popov <npopov@redhat.com> | Tue Feb 11 15:20:22 2025 +0100 |
| committer | Nikita Popov <npopov@redhat.com> | Thu Feb 13 10:27:36 2025 +0100 |
| tree | cf37789e3945f24f52c0e0094a99253c92a2dc54 | |
| parent | 308ce8d5240875911987b63fa6579c87758ab4ac [diff] |
[IR] Mark mul constant expression as undesirable This is a (very belated) reland of 0a362f12ec60a49a054befec8620a8e69523af54, which I originally reverted due to flang test failures. This marks mul constant expressions as undesirable, which means that we will no longer create them by default, but they can still be created explicitly. Part of: https://discourse.llvm.org/t/rfc-remove-most-constant-expressions/63179
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.