| commit | fcef8a471e083e0dbd139302bc20250cfe4c57cd | [log] [tgz] |
|---|---|---|
| author | David Green <david.green@arm.com> | Sat May 17 16:48:44 2025 +0100 |
| committer | GitHub <noreply@github.com> | Sat May 17 16:48:44 2025 +0100 |
| tree | 772c20caae569b5666fe840bc1468cf46abc984a | |
| parent | 252ba8e3fb361772003c38566c99233c07adc4bd [diff] |
[GlobalISel] Put legalizer rule debug behind a verbose option. (#138277) With the large number of G_ opcodes now present, this debug information emitted for checking the global isel legalizer rules are valid is quite verbose and runs even when gisel is not being used. This makes it especially verbose when running a single pass with -debug. This patch puts it behind a verbose debug option so that most people don't need to worry about it.
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.