search for: createandersendspass

Displaying 1 result from an estimated 1 matches for "createandersendspass".

2008 Jan 25
1
[LLVMdev] Something about the andersens pass
...combo with load value numbering PM.add(createLoadValueNumberingPass()); PM.add(createGCSEPass()); PM.add(createAggressiveDCEPass()); PM.add(createDeadInstEliminationPass()); PM.run(*qModule); Next, I call my monster function and it works as expected. But if I uncomment the call to createAndersendsPass() my code fails (because something goes wrong with the dynamic cast). Is what I'm doing supposed to work? I have I missed something with the pass manager? Thanks, Robert Zeh