[llvm-commits] [llvm] r47545 - in /llvm/trunk: include/llvm/CodeGen/LiveIntervalAnalysis.h lib/CodeGen/LiveIntervalAnalysis.cpp

Evan Cheng evan.cheng at apple.com
Mon Feb 25 10:50:42 PST 2008


There isn't. However it is assigned a *stack slot* and the remat logic  
was mistaking it for folding a restore / spill. I'll clarify.

Evan

On Feb 25, 2008, at 10:11 AM, Chris Lattner wrote:

>
> On Feb 25, 2008, at 12:50 AM, Evan Cheng wrote:
>
>> Author: evancheng
>> Date: Mon Feb 25 02:50:41 2008
>> New Revision: 47545
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=47545&view=rev
>> Log:
>> Correctly determine whether a argument load can be folded into its
>> uses.
>
> Hi Evan,
>
> How are argument loads different from any other rematerialized load?
>
> -Chris
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list