search for: detailedblockinfo

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

2013 Jul 30
0
[LLVMdev] LLVM (opt) -profile-verifier is not pass resilient
...nsistent 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 with the profile, then there is no warning/assert in the profile verification. Is this because different passes of -O3 are modifyi...