placeholder

How LLVM Optimizes a Function – Embedded in Academia

Posted on September 3, 2018September 4, 2018 by regehrHow LLVM Optimizes a Function An optimizing, ahead-of-time compiler is usually structured as: A frontend that converts source code into an intermediate representation (IR). A target-independent optimization pipeline: a sequence of passes that suc...

Click to view the original at blog.regehr.org