search for: nitisha

Displaying 3 results from an estimated 3 matches for "nitisha".

Did you mean: nitish
2008 Nov 30
3
[LLVMdev] Error when using getAnalysis
...; "'required' by pass!"' failed. opt[0x83cfa9d] /lib/tls/libc.so.6(abort+0xe9)[0x15d289] /lib/tls/libc.so.6(__assert_fail+0x101)[0x154da1] opt(_ZNK4llvm4Pass13getAnalysisIDINS_8LoopInfoEEERT_PKNS_8PassInfoE+0x54)[0x81294a0] Could someone please help me out with this? Thanks! Nitisha -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081129/b85a1cc8/attachment.html>
2008 Dec 01
0
[LLVMdev] Error when using getAnalysis
nitisha warkari wrote: > Hi, > > I'm trying to use the function getAnalysis. This is the code I'm using : > > void getAnalysisUsage(AnalysisUsage &AU) const { > AU.addRequired<LoopInfo>(); > AU.setPreservesAll(); > } > > virtual bool runOnMo...
2008 Dec 02
2
[LLVMdev] Error when using getAnalysis
...eFlyPass(llvm::Pass*, const llvm::PassInfo*, llvm::Function&): Assertion `FPP && "Unable to find on the fly pass"' failed. What else needs to be added to make the code run? Jeff On Mon, 1 Dec 2008 09:38:26 -0600, John Criswell <criswell at cs.uiuc.edu> wrote: > nitisha warkari wrote: >> Hi, >> >> I'm trying to use the function getAnalysis. This is the code I'm using : >> >> void getAnalysisUsage(AnalysisUsage &AU) const { >> AU.addRequired<LoopInfo>(); >> AU.setPreservesAll(); >> }...