| commit | abfb2ce2f57fc02e222936aeb602681add752d9b | [log] [tgz] |
|---|---|---|
| author | Erich Keane <ekeane@nvidia.com> | Mon Apr 28 06:06:42 2025 -0700 |
| committer | GitHub <noreply@github.com> | Mon Apr 28 06:06:42 2025 -0700 |
| tree | 20788edfaf17b36afca42a16bed7822c2b106aeb | |
| parent | 98b895da30c03b7061b8740d91c0e7998e69d091 [diff] |
[OpenACC][NFCI] Implement 'helpers' for all of the clauses I've used so far (#137396) As a follow up to 3c4dff3ac6884b85fe93fe512c5bdaf014738c45 I audited all uses of 'process clause and use additive methods', and added explicit functions to the construct to make it easier for the next project to attempt to use this mechanism (vs construct all operands/etc in advance, then add all at once). I've only done ones that I have attempted to use so far(as a catch-up, so no var-list clauses, and no constructs that can't be used without a var-list, and no loop, and no compound constructs). I intend to do those "as I go" with the lowering of each of those things instead. --------- Co-authored-by: Andy Kaylor <akaylor@nvidia.com>
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.