Displaying 6 results from an estimated 6 matches for "runfoopass".
2011 May 03
4
[LLVMdev] 2.9 segfault when requesting for both LoopInfo and DominatorTree analyses.
...r Foo::ID = 0;
INITIALIZE_PASS_BEGIN(Foo, "foo", "foo bar", true, true)
INITIALIZE_PASS_DEPENDENCY(LoopInfo)
INITIALIZE_PASS_DEPENDENCY(DominatorTree)
INITIALIZE_PASS_END(Foo, "foo", "foo bar", true, true)
Foo *createFooPass() {
return new Foo();
}
void runFooPass(Module &M)
{
PassManager PM;
PM.add(createFooPass());
PM.run(M);
}
Program received signal SIGSEGV, Segmentation fault.
#0 0x0832312f in llvm::PMTopLevelManager::findAnalysisUsage
(this=0x86f798c, P=0x892bfc0) at
<...>/llvm-2.9/lib/VMCore/PassManager.cpp:577
#1 0x08322cfb...
2011 May 04
0
[LLVMdev] 2.9 segfault when requesting for both LoopInfo and DominatorTree analyses.
...uot;foo", "foo bar", true, true)
> INITIALIZE_PASS_DEPENDENCY(LoopInfo)
> INITIALIZE_PASS_DEPENDENCY(DominatorTree)
> INITIALIZE_PASS_END(Foo, "foo", "foo bar", true, true)
>
> Foo *createFooPass() {
> return new Foo();
> }
>
> void runFooPass(Module&M)
> {
> PassManager PM;
> PM.add(createFooPass());
> PM.run(M);
> }
>
>
> Program received signal SIGSEGV, Segmentation fault.
>
> #0 0x0832312f in llvm::PMTopLevelManager::findAnalysisUsage
> (this=0x86f798c, P=0x892bfc0) at
> <......
2011 May 04
2
[LLVMdev] 2.9 segfault when requesting for both LoopInfo and DominatorTree analyses.
...true, true)
>> INITIALIZE_PASS_DEPENDENCY(LoopInfo)
>> INITIALIZE_PASS_DEPENDENCY(DominatorTree)
>> INITIALIZE_PASS_END(Foo, "foo", "foo bar", true, true)
>>
>> Foo *createFooPass() {
>> return new Foo();
>> }
>>
>> void runFooPass(Module&M)
>> {
>> PassManager PM;
>> PM.add(createFooPass());
>> PM.run(M);
>> }
>>
>>
>> Program received signal SIGSEGV, Segmentation fault.
>>
>> #0 0x0832312f in llvm::PMTopLevelManager::findAnalysisUsage
>> (...
2011 May 04
0
[LLVMdev] 2.9 segfault when requesting for both LoopInfo and DominatorTree analyses.
...ASS_DEPENDENCY(LoopInfo)
>>> INITIALIZE_PASS_DEPENDENCY(DominatorTree)
>>> INITIALIZE_PASS_END(Foo, "foo", "foo bar", true, true)
>>>
>>> Foo *createFooPass() {
>>> return new Foo();
>>> }
>>>
>>> void runFooPass(Module&M)
>>> {
>>> PassManager PM;
>>> PM.add(createFooPass());
>>> PM.run(M);
>>> }
>>>
>>>
>>> Program received signal SIGSEGV, Segmentation fault.
>>>
>>> #0 0x0832312f in llvm::PMTo...
2011 May 04
1
[LLVMdev] 2.9 segfault when requesting for both LoopInfo and DominatorTree analyses.
...t;>> INITIALIZE_PASS_DEPENDENCY(DominatorTree)
>>>> INITIALIZE_PASS_END(Foo, "foo", "foo bar", true, true)
>>>>
>>>> Foo *createFooPass() {
>>>> return new Foo();
>>>> }
>>>>
>>>> void runFooPass(Module&M)
>>>> {
>>>> PassManager PM;
>>>> PM.add(createFooPass());
>>>> PM.run(M);
>>>> }
>>>>
>>>>
>>>> Program received signal SIGSEGV, Segmentation fault.
>>>>
>>...
2011 May 17
0
[LLVMdev] 2.9 segfault when requesting for both LoopInfo and DominatorTree analyses.
..."foo", "foo bar", true, true)
> INITIALIZE_PASS_DEPENDENCY(LoopInfo)
> INITIALIZE_PASS_DEPENDENCY(DominatorTree)
> INITIALIZE_PASS_END(Foo, "foo", "foo bar", true, true)
>
> Foo *createFooPass() {
> return new Foo();
> }
>
> void runFooPass(Module &M)
> {
> PassManager PM;
> PM.add(createFooPass());
> PM.run(M);
> }
>
>
> Program received signal SIGSEGV, Segmentation fault.
>
> #0 0x0832312f in llvm::PMTopLevelManager::findAnalysisUsage
> (this=0x86f798c, P=0x892bfc0) at
> <...>/...