| commit | e843d514b12fd07e8bf49898cf66716e4b2833ce | [log] [tgz] |
|---|---|---|
| author | Peter Klausler <pklausler@nvidia.com> | Thu Feb 27 14:32:12 2025 -0800 |
| committer | GitHub <noreply@github.com> | Thu Feb 27 14:32:12 2025 -0800 |
| tree | 8463ea3c6a8f94221a949ce42c34146b4c5c0444 | |
| parent | 523537f0c90b192b0f81d14e454fb8b889b07ce8 [diff] |
[flang] Refine handling of SELECT TYPE associations in analyses (#128935) A few bits of semantic checking need a variant of the ResolveAssociations utility function that stops when hitting a construct entity for a type or class guard. This is necessary for cases like the bug below where the analysis is concerned with the type of the name in context, rather than its shape or storage or whatever. So add a flag to ResolveAssociations and GetAssociationRoot to make this happen, and use it at the appropriate call sites. Fixes https://github.com/llvm/llvm-project/issues/128608.
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.