Skip to content
New issue

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

[LLVM] Replace calls to Type::getVectorNumElements #5398

Merged
merged 1 commit into from
Apr 22, 2020
Merged

[LLVM] Replace calls to Type::getVectorNumElements #5398

merged 1 commit into from
Apr 22, 2020

Commits on Apr 22, 2020

  1. [LLVM] Replace calls to Type::getVectorNumElements

    This function has recently been removed from LLVM 11. Use alternative
    way to obtain vector element count (VectorType::getNumElements) which
    works for all LLVM versions.
    Krzysztof Parzyszek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    85ea28f View commit details
    Browse the repository at this point in the history