| commit | f171e050411efbed46c483db6d4dff7814e2d3e4 | [log] [tgz] |
|---|---|---|
| author | Erich Keane <ekeane@nvidia.com> | Mon May 19 15:47:26 2025 -0700 |
| committer | GitHub <noreply@github.com> | Mon May 19 15:47:26 2025 -0700 |
| tree | 64278ed8803cf8175bf9ab2dac59662f114a2237 | |
| parent | 5db4aeae3c413d586faed03771626818d6a807a9 [diff] |
[NFC][OpenACC] Refactor clause emission- (#140586) Having the whole clause emission be in a header file ended up being pragmatic, but ended up being a sizable negative for a variety of reasons. This patch moves it to its own .cpp file and makes CIRGenFunction instead call into the visitor via a template instead. This is possible because the valid list of construct kinds is quite finite, and easy to enumerate.
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.