codegen_llvm.cc
46.6 KB
-
[LLVM] Use llvm::ElementCount with LLVM 11+ when creating vectors (#5265) · df8a6f3b
LLVM 11 added support for scalable vectors, and now the number of elements in a vector is represented by a llvm::ElementCount class, not just a number.
Krzysztof Parzyszek committed