Closed
Description
Bugzilla Link | 39847 |
Resolution | FIXED |
Resolved on | Dec 05, 2018 11:33 |
Version | 7.0 |
OS | All |
Blocks | #38454 |
Reporter | LLVM Bugzilla Contributor |
CC | @dkrupp,@devincoughlin,@tstellar |
Fixed by commit(s) | r348362 r348362 |
Extended Description
[Analyzer] [HOTFIX!] SValBuilder crash when aggressive-binary-operation-simplification
enabled
During the review of D41938 a condition check with an early exit accidentally slipped into a branch, leaving the other branch unprotected. This may result in an assertion later on. This hotfix moves this contition check outside of the branch.