Skip to content
#

llvm-tutorial

Here are 39 public repositories matching this topic...

This repository features an LLVM optimization pass for inter-procedural, context-insensitive, and flow-sensitive constant propagation that analyses and substitutes constant values across function boundaries. Key features include handling diverse data types and operations, and transforming variables and function arguments to constants.

  • Updated Jul 4, 2024
  • LLVM

This repository contains a collection of LLVM passes developed for LLVM v17.x. These passes are tailored to enhance the understanding and skills in compiler construction and optimization, especially in the context of both general-purpose and embedded systems programming.

  • Updated Jun 14, 2024
  • LLVM

Improve this page

Add a description, image, and links to the llvm-tutorial topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the llvm-tutorial topic, visit your repo's landing page and select "manage topics."

Learn more