[PATCH] D77898: [SVE] Remove calls to getBitWidth from Analysis
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 13:16:31 PDT 2020
efriedma added inline comments.
================
Comment at: llvm/include/llvm/Analysis/TargetTransformInfoImpl.h:636
// The max required size is the total vector width divided by num
// of elements in the vector
+ unsigned MaxRequiredSize =
----------------
Fix the comment?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77898/new/
https://reviews.llvm.org/D77898
More information about the llvm-commits
mailing list