From 4650a544b0d785c98fbaf4f98054efd65cdb5190 Mon Sep 17 00:00:00 2001
From: Per Lindgren <per.lindgren@ltu.se>
Date: Tue, 17 Sep 2019 21:58:42 +0200
Subject: [PATCH] Polish LLVM assignment

---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 54ff3af..fcd063a 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
-- 
GitLab