[llvm-commits] [llvm] r71785 - /llvm/trunk/lib/CodeGen/MachineFunction.cpp

Gordon Henriksen gordonhenriksen at me.com
Tue Jun 16 15:05:10 PDT 2009


On May 14, 2009, at 16:37, Chris Lattner wrote:

>
> On May 14, 2009, at 12:17 PM, Owen Anderson wrote:
>
>> Author: resistor
>> Date: Thu May 14 14:17:24 2009
>> New Revision: 71785
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=71785&view=rev
>> Log:
>> Down with static variables!
>
> Could we make MachineFunction an analysis pass instead of an  
> annotation on Function?

I tried this once and it doesn't work well—passes tend to invalidate  
the MachineFunction analysis.

— Gordon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090616/efb6dafb/attachment.html>


More information about the llvm-commits mailing list