[LLVM] Use llvm::ElementCount with LLVM 11+ when creating vectors (#5265)
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.
Showing
Please
register
or
sign in
to comment