Displaying 2 results from an estimated 2 matches for "optimized_away_stoppoint".
2008 Nov 03
0
[LLVMdev] Optimizations and debug info
On Nov 3, 2008, at 5:22 AM, Török Edwin wrote:
>> OTOH, I'm not sure how to best handle global memory updates w.r.t.
>> stoppoints. Dan is absolutely right that stoppoints represent a
>> point
>> where we'd like to preserve observable memory state, and so it makes
>> sense to treat them as memory read points at the least. However, if
>> we want to
2008 Nov 03
2
[LLVMdev] Optimizations and debug info
On 2008-11-03 12:33, Chris Lattner wrote:
> On Oct 31, 2008, at 1:29 PM, Török Edwin wrote:
>
>> Hi Dan,
>> I am actually more interested in Analysis working in presence of debug
>> info, but in order to get any meaningful results, you need to run some
>> transformations, at least GVN, otherwise loops aren't transformed to
>> canonical form either.