[llvm-commits] [llvm] r63690 - in /llvm/trunk/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp LegalizeIntegerTypes.cpp LegalizeTypesGeneric.cpp LegalizeVectorTypes.cpp SelectionDAGISel.cpp

Chris Lattner clattner at apple.com
Tue Feb 3 16:44:07 PST 2009


On Feb 3, 2009, at 4:35 PM, Dale Johannesen wrote:

>
> On Feb 3, 2009, at 4:28 PMPST, Chris Lattner wrote:
>
>>
>> On Feb 3, 2009, at 4:13 PM, Dale Johannesen wrote:
>>
>>> Author: johannes
>>> Date: Tue Feb  3 18:13:36 2009
>>> New Revision: 63690
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=63690&view=rev
>>> Log:
>>> Fill in more omissions in DebugLog propagation.
>>> I think that's it for this directory.
>>
>> Nice!  Can the non-debugloc "get" methods go away now?
>>
>> -Chris
>
> Some of them maybe, I'm about to try.  There's lot of target-specific
> code nobody's touched, and it may not be the right idea to touch it at
> this point (I've done X86).

Thanks.  Even if a bit painful, it would be really nice to do this.   
Eliminating these old accessors means that it is much more difficult  
to write code that forgets about the debug info.

-Chris



More information about the llvm-commits mailing list