We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following "basic block" causes Contech to crash.
; <label>:37: ; preds = %33 br label %39 ; No predecessors! call void @llvm.trap() unreachable
The text was updated successfully, but these errors were encountered:
LLVM Pass - Only access first element if vector is non-empty
2de91e8
For Issue #216
LLVM Pass - Remove assert on blocks without predecessors
b2cfe50
This is possible in C++ code, just unreachable. Apparently the compiler did not consider the block dead and left it. #216
bprail
No branches or pull requests
The following "basic block" causes Contech to crash.
The text was updated successfully, but these errors were encountered: