[LLVMdev] Functions with unnamed parameters in LLVM IR

Tim Northover t.p.northover at gmail.com
Thu Aug 14 08:13:15 PDT 2014


> Okay that's good to know. So unnamed arguments get assigned temporary
> registers before the entry block? If so the entry block isn't always
> %0.

True.

> Included in what?
>
> Anyway I've attached a patch that tries to clear this up. Is this good
> enough to commit?

I did mean the LangRef, but probably not there, and not to that degree.

It's a fairly minor point, perhaps warranting a sentence where unnamed
values are generally discussed and the basic-block case is mentioned
(under the "Identifiers" section).

Cheers.

Tim.



More information about the llvm-dev mailing list