12/9 @ 11:59 PM |
Not accepted late |
This lab is about creating a transformation pass with LLVM. You can largely base your code off of the example code described in the video and available here
Function.getBasicBlockList()
and get the size of the result).
fact.ll
is:
_Z4facti has 4 blocks
main has 1 blocks
Assuming that you keep the library name as libCoolPass, this would be invoked by
opt --load-pass-plugin=./src/libCoolPass.so fact.ll -passes=cooler-pass -disable-output
Create a tarball consisting of a single directory with all of your work in it,
such as code or written answers.
If you have any auxiliary files (READMEs, Makefiles, etc.), be sure
to include those as well.
Name your work directory l14
and name
the tarball l14.tgz
.
Upload your tarball to the L14 Canvas assignment.
Labs will be graded under one of following criteria:
- Effort: You will automatically be given full credit for the labwork if the GTA determines that your participation in the lab was meaningful - i.e. you attended the lab session and used the time to make a good-faith attempt to complete the work. It is the sole discretion of the GTA to determine if you put in sufficient effort. Even if you expect an effort-based grade, you should turn in your (possibly incomplete) work.
- Correctness: If you do not participant meaningfully in lab (i.e. you do not attend the lab session), your grade will be assessed based on the correctness of your lab submission.
The two-criteria grading scheme above is designed to avoid wasting your time.
You should not feel obligated to attend the lab, and in fact should only
do so if you want help from the GTA on the labwork assignment
or whatever project is currently in progress. Here's a handy flowchart
for how I suggest you approach lab: