[all-commits] [llvm/llvm-project] 49a650: [SVE] delete VectorType::getNumElements()
Christopher Tetreault via All-commits
all-commits at lists.llvm.org
Fri Jan 29 13:47:26 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49a6502cd5c2361d9c6f49ae1ee36940afbdeb0a
https://github.com/llvm/llvm-project/commit/49a6502cd5c2361d9c6f49ae1ee36940afbdeb0a
Author: Christopher Tetreault <ctetreau at quicinc.com>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
M llvm/include/llvm/IR/DerivedTypes.h
Log Message:
-----------
[SVE] delete VectorType::getNumElements()
The previously agreed-upon deprecation period for
VectorType::getNumElements() has passed. This patch removes this method
and completes the refactor proposed in the RFC:
https://lists.llvm.org/pipermail/llvm-dev/2020-March/139811.html
Reviewed By: david-arm, rjmccall
Differential Revision: https://reviews.llvm.org/D95570
More information about the All-commits
mailing list