search for: profileverifierpasst

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

Did you mean: profileverifierpass
2013 Jul 30
0
[LLVMdev] LLVM (opt) -profile-verifier is not pass resilient
...ader -profile-verifier flags and also passed -O3 flag. This caused OPT to give a warning "WARNING: profile information is inconsistent with the current program!" and then fail with an assert (ASSERT:inWeight and outWeight do not match opt: ProfileVerifierPass.cpp:226: void<unnamed>::ProfileVerifierPassT<FType, BType>::CheckValue(bool, const char*, <unnamed>::ProfileVerifierPassT<FType, BType>::DetailedBlockInfo*) [with FType = llvm::Function, BType = llvm::BasicBlock]: Assertion `0 && (Message)' failed.) Instead of passing -O3, if I pass only one optimization pass wi...