commit | 4847bd5ae40d59d4d6eb78ed048bc51a6ca00161 | [log] [tgz] |
---|---|---|
author | Razvan Lupusoru <razvan.lupusoru@gmail.com> | Tue Jun 24 07:48:06 2025 -0700 |
committer | GitHub <noreply@github.com> | Tue Jun 24 07:48:06 2025 -0700 |
tree | bb700980de994ad1e58a4ffebe7d7318571c2af6 | |
parent | 2767ff49955fc3749d79738820285f152fb55ee9 [diff] |
[mlir][acc] Add support for data clause modifiers (#144806) The OpenACC data clause operations have been updated to support the OpenACC 3.4 data clause modifiers. This includes ensuring verifiers check that only supported ones are used on relevant operations. In order to support a seamless update from encoding the modifiers in the data clause to this attribute, the following considerations were made: - Ensure that modifier builders which do not take modifier are still available. - All data clause enum values are left in place until a complete transition is made to the new modifiers.
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.