Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 322 Bytes

File metadata and controls

8 lines (5 loc) · 322 Bytes

llvmTutorial

while I am learning about using llvm i will code out the book "LLVM Essentials " which has its examples not working . I will be using llvm 5.0 during the process

  • chapter 2 completed { the basics of arithmetic expressions } @dated Nov 9 2019

  • chapter 3 completed { Scalar and vector transformations }