| commit | d3f13a0732c2d937a4c12cb8b1a61992ee5b0d9c | [log] [tgz] |
|---|---|---|
| author | Antonio Frighetto <me@antoniofrighetto.com> | Tue Jun 17 12:30:47 2025 +0200 |
| committer | GitHub <noreply@github.com> | Tue Jun 17 12:30:47 2025 +0200 |
| tree | a7e8e243ec169940a7fb3c9bbbac017f4d10c256 | |
| parent | 71f72f4d5d1b820a3e6147289547821332eaf115 [diff] |
[GVN] MemorySSA for GVN: embed the memory state in symbolic expressions (#123218) While migrating towards MemorySSA, account for the memory state modeled by MemorySSA by hashing it, when computing the symbolic expressions for the memory operations. Likewise, when phi-translating while walking the CFG for PRE possibilities, see if the value number of an operand may be refined with one of the value from the incoming edges of the MemoryPhi associated to the current phi. Co-authored-by: Momchil Velikov <momchil.velikov@arm.com>
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.