codegen_x86_64.cc
5.88 KB
-
[LLVM] Replace calls to Type::getVectorNumElements (#5398) · 3ab37512
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