search for: fooaa

Displaying 4 results from an estimated 4 matches for "fooaa".

2010 May 26
2
[LLVMdev] AliasAnalysis as a Loadable Module, Possible 2.6->2.7 issue
...e on 2.7, that doesn't exist in 2.6 as far as I can tell. Short version: has anyone been able to load an AliasAnalysis module into 2.7's opt? Longer version: Even with a dummy pass implementation (just returns MayAlias for everything), I'm getting very strange behavior: All calls to FooAA::alias go to FooAA::print, resulting in understandably painful failure thereafter, generally a segfault. Example stack trace: ==25630== by 0xB2752F: llvm::Pass::print(llvm::raw_ostream&, llvm::Module const*) const (Pass.cpp:94) ==25630== by 0x9B2769: llvm::MemoryDependenceAnalysis::getPo...
2010 May 26
0
[LLVMdev] AliasAnalysis as a Loadable Module, Possible 2.6->2.7 issue
...as I can tell. > > Short version: has anyone been able to load an AliasAnalysis module > into 2.7's opt? > > Longer version: > > Even with a dummy pass implementation (just returns MayAlias for > everything), I'm getting very strange behavior: > > All calls to FooAA::alias go to FooAA::print, resulting in > understandably painful failure thereafter, generally a segfault. Are you sure you built your module against LLVM 2.7 headers? -Eli
2010 May 26
2
[LLVMdev] AliasAnalysis as a Loadable Module, Possible 2.6->2.7 issue
...version: has anyone been able to load an AliasAnalysis module >> into 2.7's opt? >> >> Longer version: >> >> Even with a dummy pass implementation (just returns MayAlias for >> everything), I'm getting very strange behavior: >> >> All calls to FooAA::alias go to FooAA::print, resulting in >> understandably painful failure thereafter, generally a segfault. > > Are you sure you built your module against LLVM 2.7 headers? > > -Eli > -------------- next part -------------- A non-text attachment was scrubbed... Name: test-aa.ta...
2010 May 26
0
[LLVMdev] AliasAnalysis as a Loadable Module, Possible 2.6->2.7 issue
...load an AliasAnalysis module >>> into 2.7's opt? >>> >>> Longer version: >>> >>> Even with a dummy pass implementation (just returns MayAlias for >>> everything), I'm getting very strange behavior: >>> >>> All calls to FooAA::alias go to FooAA::print, resulting in >>> understandably painful failure thereafter, generally a segfault. >>> >> Are you sure you built your module against LLVM 2.7 headers? >> >> -Eli >> > >