Skip to content

rohitnm/Partial-Redundancy-Elimination

Repository files navigation


Readme for Final Project of ECE5544 Compiler Optimization

Instructions: Extract the zip file in llvm-project/llvm/lib/Transforms

Follow the instructions given below:

cd Transforms cd cd PRE make clean make

TO TEST THE LCM PASS

make run-test1 //To test final PRE via LCM pass for test1.c file make run-test2 //To test final PRE via LCM pass for test2.c file make run-test3 //To test final PRE via LCM pass for test3.c file


TO TEST INDIVIDUAL PASS

make run-preprocessor make run-anticipated make run-available make run-postponable make run-used


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published