| commit | 80625c16f0675235425fbb3810b5cd0e669c8c04 | [log] [tgz] |
|---|---|---|
| author | Uday Bondhugula <uday@polymagelabs.com> | Sat Jun 28 10:27:11 2025 +0530 |
| committer | GitHub <noreply@github.com> | Sat Jun 28 10:27:11 2025 +0530 |
| tree | 1301cf0ef666397ca9bc4fba48bfaa2f2f01bbe7 | |
| parent | 28d4cc6d7b16567befd65b2ec22447b759134696 [diff] |
[MLIR][Affine] Fix memref replacement in affine-data-copy-generate (#139016) Fixes: https://github.com/llvm/llvm-project/issues/130257 Fix affine-data-copy-generate in certain cases that involved users in multiple blocks. Perform the memref replacement correctly during copy generation. Improve/clean up memref affine use replacement API. Instead of supporting dominance and post dominance filters (which aren't adequate in most cases) and computing dominance info expensively each time in RAMUW, provide a user filter callback, i.e., force users to compute dominance if needed.
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.