commit | d97bc388fd9ef8bc38353f93ff42d894ddc4a271 | [log] [tgz] |
---|---|---|
author | Ian Wood <75152913+IanWood1@users.noreply.github.com> | Fri Nov 01 08:42:12 2024 -0700 |
committer | GitHub <noreply@github.com> | Fri Nov 01 08:42:12 2024 -0700 |
tree | 112cc6e0494eb898ef06cc65231c4014ed782b9b | |
parent | e083a33478b2d570c89d7a9d9f05328b9232c072 [diff] |
Reapply "Extend getBackwardSlice to track values captured… (#114452) This commit fixes the failure in the original PR when building with shared libs. The problem is that `visitUsedValuesDefinedAbove` is defined in `MLIRTransformUtils`, but that lib depends on this lib (`MLIRAnalysis`). To fix, I dropped the use of `visitUsedValuesDefinedAbove` and use `Region::walk` to traverse values defined above. Reapplies PR https://github.com/llvm/llvm-project/pull/113478 Reverts PR https://github.com/llvm/llvm-project/pull/114432 This reverts commit a9a8351.
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.