Displaying 1 result from an estimated 1 matches for "buginput".
Did you mean:
  br_input
  
2014 Jul 07
4
[LLVMdev] Splitting basic block results in unknown instruction type assertion
...e(Module &M) {
           TestInstVisitor visitor;
           visitor.visit(M);
           return true;
         }
       };
     }
     char TestPass::ID = 0;
     static RegisterPass<TestPass> X("bugtest", "Bug test pass", false, false);
     // -------------------- buginput.cpp
     void foo() {}
     int main() {
       foo();
       return 0;
     }
If you run the "bugtest" pass on the buginput test program, you should  
see the following assertion failure:
     Unknown instruction type encountered!
     UNREACHABLE executed at  
/Users/tyler/research/ll...