diff --git a/README.md b/README.md
index 54ff3af8ee359f01f1bf5e2028464d7c09256438..fcd063af3ebfab1139cfce2ebcc16b42e9c88736 100644
--- a/README.md
+++ b/README.md
@@ -150,7 +150,9 @@ Shows two approches to do precedence climbing.
 - (+ for higher grades)
   - Non Lexical Lifetimes (likely hard)
 
-## Your LLVM bindings
+## Your LLVM bindings (Optional)
 
-- Optional, + for higher grades
-- Pass `unique` where possible allowing for better optimization
\ No newline at end of file
+Implement for higher grades
+- Basic code generation.
+- Pass `noalias` where possible allowing for better optimization (assuming your borrowchecker prevents aliasing).
+- Other attributes, intrinsics, etc. that enables further LLVM optimizations.
\ No newline at end of file