[LLVMdev] LangRef 'struct' patch--preliminary

Jeffrey Yasskin jyasskin at google.com
Mon Jan 11 11:20:02 PST 2010


Awesome, thanks! Committed as r93170 with the following change:

s/local variables/registers/. "Local variable" refers to allocas in
LLVM, rather than %whatever SSA "variables".

On Mon, Jan 11, 2010 at 1:28 AM, Dustin Laurence
<dllaurence at dslextreme.com> wrote:
> Here is a patch that cleans up a couple of bugs and makes what I think
> are a couple of small improvements based on the recent advice about
> structs that I got.  There is more like this that could be done, but I
> wanted to see how this example was received.




More information about the llvm-dev mailing list