Displaying 20 results from an estimated 289 matches for "mppassmanager".
Did you mean:
fppassmanager
2007 Dec 07
0
[LLVMdev] Assertion in MPPassManager::addLowerLevelRequiredPass
Dear All,
I'm triggering the following assertion in
MPPassManager::addLowerLevelRequiredPass():
assert ((P->getPotentialPassManagerType() <
RequiredPass->getPotentialPassManagerType())
&& "Unable to handle Pass that requires lower level Analysis
pass");
As it turns out, both P and RequiredPass are both ModulePasse...
2009 Jan 16
1
[LLVMdev] poolallocation error
...nalysis ...I svn upped both the llvm main branch and
the poolalloc today in the morning and recompiled everything from
scratch :
$ opt -load /home/pprabhu/llvm/llvm-install-x86-64/lib/libpoolalloc.so
-ds-aa < o.bc
opt: /home/pprabhu/llvm/llvm/lib/VMCore/PassManager.cpp:1418: virtual
void llvm::MPPassManager::addLowerLevelRequiredPass(llvm::Pass*,
llvm::Pass*): Assertion `(P->getPotentialPassManagerType() <
RequiredPass->getPotentialPassManagerType()) && "Unable to handle Pass
that requires lower level Analysis pass"' failed.
0 opt 0x0000000000a3fcd0
1 opt...
2012 Nov 16
0
[LLVMdev] Two questions about pass managers and passes
Hello All,
I have two questions, one more of an implementation question, the other more a design question.
First: I noticed that if one moves the FPPassManager::doInitialization(Module) call from FPPassManager::runOnModule to MPPassManager::runOnModule (which is the new location I am aiming for to avoid the need for a doInitialization/doFinalization outside of the run methods, as preferred by Chris Lattner) some function passes fail. Notably the Address sanitizer test in the dump below complains:
FAIL: LLVM :: Instrumentation/Addres...
2012 Nov 16
0
[LLVMdev] Two questions regarding pass managers and passes
Hello All,
I have two questions, one more of an implementation question, the other more a design question.
First: I noticed that if one moves the FPPassManager::doInitialization(Module) call from FPPassManager::runOnModule to MPPassManager::runOnModule (which is the new location I am aiming for to avoid the need for a doInitialization/doFinalization outside of the run methods, as preferred by Chris Lattner) some function passes fail. Notably the Address sanitizer test in the dump below complains:
FAIL: LLVM :: Instrumentation/Addres...
2012 Feb 08
2
[LLVMdev] Crash/Assert on -loop-reduce
...lvm::LPPassManager::runOnFunction(llvm::Function&) + 836
11 opt 0x0000000000801f9f
llvm::FPPassManager::runOnFunction(llvm::Function&) + 351
12 opt 0x000000000080221b
llvm::FPPassManager::runOnModule(llvm::Module&) + 59
13 opt 0x000000000080236a
llvm::MPPassManager::runOnModule(llvm::Module&) + 282
14 opt 0x0000000000802941
llvm::PassManagerImpl::run(llvm::Module&) + 337
15 opt 0x0000000000802e4a llvm::PassManager::run(llvm::Module&)
+ 10
16 opt 0x00000000004919d7 main + 5511
17 libc.so.6 0x00007fdb2f32aef...
2008 Nov 19
2
[LLVMdev] poolallocation error
Hi,
I am trying to use the poolallocator. More specific, I am trying to
play around with the pointer compression pass. Though, I get assertion
failures for the pass dependencies.
This is when it in PointerCompress::getAnalysisUsage tries to register
the the BU pass as required. I.e. when
AU.addRequired<CompleteBUDataStructures>(); is called.
$ opt -f -load
2009 Jan 19
0
[LLVMdev] poolallocation error
...nalysis ...I svn upped both the llvm main branch and
the poolalloc today in the morning and recompiled everything from
scratch :
$ opt -load /home/pprabhu/llvm/llvm-install-x86-64/lib/libpoolalloc.so
-ds-aa < o.bc
opt: /home/pprabhu/llvm/llvm/lib/VMCore/PassManager.cpp:1418: virtual
void llvm::MPPassManager::addLowerLevelRequiredPass(llvm::Pass*,
llvm::Pass*): Assertion `(P->getPotentialPassManagerType() <
RequiredPass->getPotentialPassManagerType()) && "Unable to handle Pass
that requires lower level Analysis pass"' failed.
0 opt 0x0000000000a3fcd0
1 opt...
2010 Oct 06
2
[LLVMdev] Segmentation Fault of BasicCallGraph?
...0007f5cd87b238d
2 libpthread.so.0 0x00007f5cd7ba38f0
3 MyPass.so 0x00007f5cd6a538d4
llvm::CallGraphNode::addCalledFunction(llvm::CallSite,
llvm::CallGraphNode*) + 100
4 MyPass.so 0x00007f5cd6a519aa
5 MyPass.so 0x00007f5cd6a52dd1
6 libLLVM-2.7.so.1 0x00007f5cd8432e08
llvm::MPPassManager::runOnModule(llvm::Module&) + 376
7 libLLVM-2.7.so.1 0x00007f5cd8432f2b
llvm::PassManagerImpl::run(llvm::Module&) + 107
8 opt 0x0000000000415d53 main + 2003
9 libc.so.6 0x00007f5cd6c75c4d __libc_start_main + 253
10 opt 0x00000000004095c9
Stack dump:
0....
2012 Nov 16
5
[LLVMdev] Assert with getZExtValue()?
...re/trunk/include/llvm/Constants.h:117
#5 cdfgPassClass::storeInstr (this=<value optimized out>) at
a2c_pass.cpp:2125
#6 0x00007ffff6c73dc1 in (anonymous namespace)::CDFGPass::runOnModule
(this=0x16c2fa0,
M=<value optimized out>) at a2c_pass.cpp:2949
#7 0x0000000000f4cd4e in llvm::MPPassManager::runOnModule(llvm::Module&) ()
#8 0x0000000000f4d813 in llvm::PassManagerImpl::run(llvm::Module&) ()
#9 0x0000000000f4d94a in llvm::PassManager::run(llvm::Module&) ()
#10 0x0000000000525509 in main ()
Also, why does it give <value optimized out>, when I print the value I
clearl...
2009 Jan 21
1
[LLVMdev] poolallocation error
...ain branch and
> the poolalloc today in the morning and recompiled everything from
> scratch :
>
> $ opt -load /home/pprabhu/llvm/llvm-install-x86-64/lib/libpoolalloc.so
> -ds-aa < o.bc
>
> opt: /home/pprabhu/llvm/llvm/lib/VMCore/PassManager.cpp:1418: virtual
> void llvm::MPPassManager::addLowerLevelRequiredPass(llvm::Pass*,
> llvm::Pass*): Assertion `(P->getPotentialPassManagerType() <
> RequiredPass->getPotentialPassManagerType()) && "Unable to handle Pass
> that requires lower level Analysis pass"' failed.
> 0 opt 0x0000000000...
2012 Jan 12
2
[LLVMdev] Extract Loop Failing
...vm::LPPassManager::runOnFunction(llvm::Function&) + 1143
6 opt 0x0000000000882557
llvm::FPPassManager::runOnFunction(llvm::Function&) + 551
7 opt 0x00000000008825db
llvm::FPPassManager::runOnModule(llvm::Module&) + 75
8 opt 0x0000000000882197
llvm::MPPassManager::runOnModule(llvm::Module&) + 503
9 opt 0x0000000000882299
llvm::PassManagerImpl::run(llvm::Module&) + 137
10 opt 0x00000000004ac451 main + 4881
11 libc.so.6 0x00007ffe204d9eff __libc_start_main + 255
12 opt 0x000000000049f5f9
Stack dump:
0. Pro...
2012 Jan 12
4
[LLVMdev] Extract Loop Failing
...+ 1143
>> 6 opt 0x0000000000882557
>> llvm::FPPassManager::runOnFunction(llvm::Function&) + 551
>> 7 opt 0x00000000008825db
>> llvm::FPPassManager::runOnModule(llvm::Module&) + 75
>> 8 opt 0x0000000000882197
>> llvm::MPPassManager::runOnModule(llvm::Module&) + 503
>> 9 opt 0x0000000000882299
>> llvm::PassManagerImpl::run(llvm::Module&) + 137
>> 10 opt 0x00000000004ac451 main + 4881
>> 11 libc.so.6 0x00007ffe204d9eff __libc_start_main + 255
>> 12 opt...
2011 May 23
2
[LLVMdev] Debug llc crash using bugpoint
...02a
llvm::AsmPrinter::doFinalization(llvm::Module&) + 790
10 llc 0x00000000012e595b
llvm::FPPassManager::doFinalization(llvm::Module&) + 67
11 llc 0x00000000012e9f82
llvm::FPPassManager::runOnModule(llvm::Module&) + 120
12 llc 0x00000000012e9a47
llvm::MPPassManager::runOnModule(llvm::Module&) + 381
13 llc 0x00000000012eae89
llvm::PassManagerImpl::run(llvm::Module&) + 111
14 llc 0x00000000012eaeeb llvm::PassManager::run(llvm::Module&)
+ 33
15 llc 0x00000000009dfc6b main + 2201
16 libc.so.6 0x0000003255a1d99...
2012 Feb 08
2
[LLVMdev] Crash/Assert on -loop-reduce
...> > 11 opt 0x0000000000801f9f
> > llvm::FPPassManager::runOnFunction(llvm::Function&) + 351
> > 12 opt 0x000000000080221b
> > llvm::FPPassManager::runOnModule(llvm::Module&) + 59
> > 13 opt 0x000000000080236a
> > llvm::MPPassManager::runOnModule(llvm::Module&) + 282
> > 14 opt 0x0000000000802941
> > llvm::PassManagerImpl::run(llvm::Module&) + 337
> > 15 opt 0x0000000000802e4a
> llvm::PassManager::run(llvm::Module&)
> > + 10
> > 16 opt 0x0000000000...
2009 Dec 23
5
[LLVMdev] Build Failure!
...)::Verifier::runOnFunction(llvm::Function&) + 140
8 opt 0x000000010ab93b13 llvm::FPPassManager::runOnFunction(llvm::Function&) + 387
9 opt 0x000000010ab8dd27 llvm::FPPassManager::runOnModule(llvm::Module&) + 127
10 opt 0x000000010ab93664 llvm::MPPassManager::runOnModule(llvm::Module&) + 588
11 opt 0x000000010ab9511c llvm::PassManagerImpl::run(llvm::Module&) + 156
12 opt 0x000000010ab951c7 llvm::PassManager::run(llvm::Module&) + 45
13 opt 0x000000010a683b3a main + 5786
14 opt 0x0000000...
2011 Nov 03
5
[LLVMdev] LLVM problem, please do not ignore
...0x00000000008a4f11
5 opt 0x00000000008a9404
6 opt 0x0000000000882557
llvm::FPPassManager::runOnFunction(llvm::Function&) + 551
7 opt 0x00000000008825db
llvm::FPPassManager::runOnModule(llvm::Module&) + 75
8 opt 0x0000000000882197
llvm::MPPassManager::runOnModule(llvm::Module&) + 503
9 opt 0x0000000000882299
llvm::PassManagerImpl::run(llvm::Module&) + 137
10 opt 0x00000000004ac451 main + 4881
11 libc.so.6 0x00007f9ba0459eff __libc_start_main + 255
12 opt 0x000000000049f5f9
Stack dump:
0. Progra...
2019 Aug 25
5
Illegal instruction (core dumped) LLVM 8.0
...0000000001c64464 llvm::FPPassManager::runOnFunction(llvm::Function&)
/llvm-8.0.0.src/lib/IR/LegacyPassManager.cpp:1644:23
#7 0x0000000001c64845 llvm::FPPassManager::runOnModule(llvm::Module&)
/llvm-8.0.0.src/lib/IR/LegacyPassManager.cpp:1679:16
#8 0x0000000001c6507b (anonymous
namespace)::MPPassManager::runOnModule(llvm::Module&)
/llvm-8.0.0.src/lib/IR/LegacyPassManager.cpp:1744:23
#9 0x0000000001c64b1b llvm::legacy::PassManagerImpl::run(llvm::Module&)
/llvm-8.0.0.src/lib/IR/LegacyPassManager.cpp:1857:16
#10 0x0000000001c65651 llvm::legacy::PassManager::run(llvm::Module&)
/llvm-8.0.0...
2009 Sep 27
5
[LLVMdev] A basicblock iterator bug in llvm
...lock&) + 261
9 opt 0x085cdaf4
10 opt 0x085cee1c
llvm::FPPassManager::runOnFunction(llvm::Function&) + 250
11 opt 0x085cefb8
llvm::FPPassManager::runOnModule(llvm::Module&) + 98
12 opt 0x085cd8a3
llvm::MPPassManager::runOnModule(llvm::Module&) + 197
13 opt 0x085cf256
llvm::PassManagerImpl::run(llvm::Module&) + 116
14 opt 0x085cf2af
llvm::PassManager::run(llvm::Module&) + 27
15 opt 0x082f91d0 main + 4452
16 libc.so.6 0xb7c...
2012 Aug 02
2
[LLVMdev] [NVPTX] Strange assertion around BlockToChain.clear(); in Release+Asserts build
...libLLVM-3.2svn.so
#4 0x00007ffff64cfb9f in
llvm::FPPassManager::runOnFunction(llvm::Function&) () from
/opt/kernelgen/lib/libLLVM-3.2svn.so
#5 0x00007ffff64cfc43 in
llvm::FPPassManager::runOnModule(llvm::Module&) () from
/opt/kernelgen/lib/libLLVM-3.2svn.so
#6 0x00007ffff64cf6e4 in
llvm::MPPassManager::runOnModule(llvm::Module&) () from
/opt/kernelgen/lib/libLLVM-3.2svn.so
#7 0x00007ffff64cf840 in llvm::PassManagerImpl::run(llvm::Module&) ()
from /opt/kernelgen/lib/libLLVM-3.2svn.so
#8 0x00007ffff75aa57a in TrackedPassManager::run
(this=0x7fffffffc8d0, M=...) at ../bugpoint/TrackedPass...
2008 Dec 02
2
[LLVMdev] Error when using getAnalysis
...`ResultPass && "getAnalysis*() called on an analysis that was not "
"'required' by pass!"' failed.
If I remove the addRequired from getAnalysisUsage, I get this error:
opt: /x/jeffhao/llvm/llvm-2.4/lib/VMCore/PassManager.cpp:1440: virtual
llvm::Pass* llvm::MPPassManager::getOnTheFlyPass(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>
wro...