You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.