Skip to content

A collection of simple LLVM passes for learning

Notifications You must be signed in to change notification settings

fritzrehde/llvm-pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLVM Passes

This repo contains some LLVM passes I have written while learning LLVM.

Passes

Name Description
Hello World Print out the name and number of arguments of non-external functions that exist in the program; no modification of the program
Dead Code Elimination Remove code that does not affect the program result (i.e. that has no side effects and no usages)

About

A collection of simple LLVM passes for learning

Topics

Resources

Stars

Watchers

Forks