[LLVMdev] 'Implementing a language with LLVM' tutorial

Chris Lattner sabre at nondot.org
Wed Nov 14 20:52:13 PST 2007


On Nov 13, 2007, at 11:46 AM, Kelly Wilson wrote:

> Hi Chris,
>
> Here are some diffs for the final three chapters of the Kaleidoscope
> tutorial. The changes are the same sort of changes as previous diffs.

Thanks!  Applied here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20071112/055640.html

>
> One question though....under the "Memory in LLVM" section of chapter 7
> (mutable variables) there is a statement like this:
>
> The mem2reg pass implements the standard "iterated dominator frontier"
> algorithm...
>
> Should this read ..."iterated dominance frontier" algorithm?

Yep, you're right, the patch looks great.  Thanks again!

-Chris




More information about the llvm-dev mailing list