Skip to content

This repository hosts all the codebases related to my blogs, organized into separate branches. Each branch corresponds to a specific blog post, containing the relevant scripts, examples, and resources. The repository is designed to provide practical insights and hands-on demonstrations for topics discussed in the blogs.

Notifications You must be signed in to change notification settings

johnmaxrin/BlogCodeBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Arith to LLVM Conversion

This branch contains the code and resources for the blog post on Converting Arith to LLVM using MLIR. The blog explores how to implement a simple conversion pass in MLIR to lower operations from the arith dialect to the llvm dialect, enabling efficient code generation for LLVM-based backends.

Building the Project

Clone the repository and switch to this branch:

git clone https://github.com/johnmaxrin/BlogCodeBase.git
cd BlogCodeBase
git checkout arith2llvm

Build the project using CMake:

mkdir build && cd build
cmake .. && make

How to Run

cd build/bin
./app

About

This repository hosts all the codebases related to my blogs, organized into separate branches. Each branch corresponds to a specific blog post, containing the relevant scripts, examples, and resources. The repository is designed to provide practical insights and hands-on demonstrations for topics discussed in the blogs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published