LLVM passes with usage instructions
-
Updated
Apr 23, 2017 - C++
LLVM passes with usage instructions
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.
MLIR (Multi-Level Intermediate Representation) provides a flexible and extensible framework for building reusable and modular compiler components. This repository contains an MLIR pass, which is an analysis applied to MLIR code.
To associate your repository with the analysis-pass topic, visit your repo's landing page and select "manage topics."