Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LLVM] Use llvm::ElementCount with LLVM 11+ when creating vectors (ap…
…ache#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.
- Loading branch information