[PATCH] D92824: [SLP] Use the width of value truncated just before storing
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 8 06:41:30 PST 2020
RKSimon added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:5547
+ return DL->getTypeSizeInBits(Store->getValueOperand()->getType());
+ }
----------------
Does InstrElementSize have to updated at all?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92824/new/
https://reviews.llvm.org/D92824
More information about the llvm-commits
mailing list