Displaying 1 result from an estimated 1 matches for "toptobottom".
Did you mean:
top_bottom
2011 May 30
1
[LLVMdev] Segfault when trying to schedule custom ImmutablePass
...michael/LunarGLASS/LLVM/llvm-2.9/lib/VMCore/PassManager.cpp:1638
#10 0x083aaabf in llvm::PassManager::run (this=0xbffe95a4, M=...) at
/home/michael/LunarGLASS/LLVM/llvm-2.9/lib/VMCore/PassManager.cpp:1682
#11 0x0808fa08 in gla::PrivateManager::runLLVMOptimizations1
(this=0x86ef860) at ../LunarGLASS/TopToBottom.cpp:251
#12 0x0808f1f3 in gla::PrivateManager::translateTopToBottom
(this=0x86ef860) at ../LunarGLASS/TopToBottom.cpp:66
#13 0x081064aa in main (argc=2, argv=0xbffff174) at main.cpp:388
If I schedule the immutable pass for earlier, then it segfaults when
just trying to add the IndVarSimplify pass....