search for: 59f0eb99

Displaying 2 results from an estimated 2 matches for "59f0eb99".

2009 Dec 03
0
[LLVMdev] PassManager again...
...did not call MachineFunctionPass::getAnalysisUsage(). Andi -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm-r90454.passmanager.patch Type: text/x-diff Size: 801 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091203/59f0eb99/attachment.patch>
2009 Nov 20
2
[LLVMdev] PassManager again...
On Fri, Nov 20, 2009 at 6:54 AM, Andreas Neustifter <astifter-llvm at gmx.at> wrote: > > If I use  AU.addRequired<ProfileInfo>() in SelectionDAGISel.cpp the > wrong ProfileInfo is used. It uses the "No ProfileInfo" implementation > if ProfileInfo but not the one from ProfileInfoLoaderPass. (Which is > immediately discarded after creation.) > You need to