[PATCH] D78203: [VP,Integer,#2] ExpandVectorPredication pass
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 19 12:52:17 PDT 2021
craig.topper added inline comments.
================
Comment at: llvm/lib/CodeGen/ExpandVectorPredication.cpp:179
+Value *CachingVPExpander::createStepVector(IRBuilder<> &Builder, Type *LaneTy,
+ int32_t NumElems) {
+ // TODO add caching
----------------
Why int32_t here? The caller uses unsigned and LLVM doesn't usually use specific sized types for integers unless the bit width is important.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78203/new/
https://reviews.llvm.org/D78203
More information about the llvm-commits
mailing list