| commit | 200793ac218735e2186e9f2850f8e74a28c36a27 | [log] [tgz] |
|---|---|---|
| author | CarolineConcatto <caroline.concatto@arm.com> | Tue Nov 18 11:10:58 2025 +0000 |
| committer | GitHub <noreply@github.com> | Tue Nov 18 11:10:58 2025 +0000 |
| tree | fbaeae26cba1400aa7a70b84925d8e0e76f210d7 | |
| parent | fb829bf11feeb53f815a3abf539e63ec3a23ed3d [diff] |
Extend MemoryEffects to Support Target-Specific Memory Locations (#148650) This patch introduces preliminary support for additional memory locations. They are: target_mem0 and target_mem1 and they model memory locations that cannot be represented with existing memory locations. It was a solution suggested in : https://discourse.llvm.org/t/rfc-improving-fpmr-handling-for-fp8-intrinsics-in-llvm/86868/6 Currently, these locations are not yet target-specific. The goal is to enable the compiler to express read/write effects on these resources.
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.