commit | 1a6b0413e047a390dc7759b2ea558bad83e7f1cf | [log] [tgz] |
---|---|---|
author | Razvan Lupusoru <razvan.lupusoru@gmail.com> | Tue Apr 29 13:13:29 2025 -0700 |
committer | GitHub <noreply@github.com> | Tue Apr 29 13:13:29 2025 -0700 |
tree | b176b4e716bdcadd1b6007b1b68848390ac026a0 | |
parent | d3d35adcd32c91e9076be6bb242dd6c82c490c4b [diff] |
[flang][acc] Fix issue with privatization recipe for box ref (#137869) When privatizing allocatable/pointer arrays, the code was creating a temporary but this was a box type. This led to inconsistency between the input and output of recipe. The updated logic now creates storage when a box ref is requested.
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.