| commit | b86a9c5bf2fab0408a3d549995d6e2449f71a16d | [log] [tgz] |
|---|---|---|
| author | Théo Degioanni <theo.degioanni.llvm.deluge062@simplelogin.fr> | Fri May 31 09:15:50 2024 +0100 |
| committer | GitHub <noreply@github.com> | Fri May 31 09:15:50 2024 +0100 |
| tree | 178e3d54a784899578c9cbbfefbc2094a96202df | |
| parent | ae8627809076390dbab04e01f3bf9d384c9e124e [diff] |
[mlir][irdl] Lookup symbols near dialects instead of locally (#92819) Because symbols cannot refer to operations outside of their symbol tables, it was impossible to refer to operations outside of the dialect currently being defined. This PR modifies the lookup logic to happen relative to the symbol table containing the dialect-defining operations. This is a bit of hack but should unblock the situation here.
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.