search for: verifyeach

Displaying 2 results from an estimated 2 matches for "verifyeach".

Did you mean: verify_pch
2010 May 17
0
[LLVMdev] Passes ordering
Hi LLVM, I have a question about how to ensure one pass runs exactly after another pass. In the implementation of opt.cpp, if the VerifyEach is set, a Verifier from llvm::createVerifierPass() is added after each pass. Is this verifier called after the verified pass immediately? The interfaces of PassManager only allows us to specify which passes the current pass replies on, and if the the current pass breaks any existing passes. PassMa...
2007 Jul 05
2
[LLVMdev] PATCH (rest of code changes) "bytecode" --> "bitcode"
Here is the bulk of the sanitizing. My residual doubts center around the question whether we still do/want to support (un)compressed *byte*code in 2.0/2.1. I need a definitive word on this to proceed. My understanding is that bytecode is already gone, but there are still some functions/enums that really deal with *byte*code (instead of *bit*code). I did not touch those areas, so the attached