[LLVM] Replace calls to Type::getVectorNumElements (#5398)
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.
Showing
Please
register
or
sign in
to comment