[llvm-commits] [llvm] r83081 - /llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp

Jim Grosbach grosbach at apple.com
Tue Sep 29 13:09:51 PDT 2009


On Sep 29, 2009, at 1:07 PM, Jakob Stoklund Olesen wrote:

>
> On 29/09/2009, at 20.23, Jim Grosbach wrote:
>
>> Author: grosbach
>> Date: Tue Sep 29 13:23:15 2009
>> New Revision: 83081
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=83081&view=rev
>> Log:
>> Simplify the tracking of virtual frame index registers. Ranges  
>> cannot overlap,
>> so a simple "current register" will suffice. Also add some additional
>> sanity-checking assertions to make sure things are as we expect.
>>
>> Modified:
>>   llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp
>
> Looks good. Thanks, Jim.
>

No problem. I'll continue our discussion of some of the surrounding  
issues in a bit. Chasing a few fires in the meantime. Thanks again for  
the great feedback.

> /jakob
>




More information about the llvm-commits mailing list