We want to practice writing an LLVM pass by implementing our own Dead Code Elimination (DCE) one (a DCE pass). ##Usage Copy the project to llvm/lib/Transform/, and then compile it.
lwcM/DCE
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
We want to practice writing an LLVM pass by implementing our own Dead Code Elimination (DCE) one (a DCE pass). ##Usage Copy the project to llvm/lib/Transform/, and then compile it.