[PATCH] D64916: [LV] isScalarEpilogueAllowed. NFC.
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 22 07:06:11 PDT 2019
SjoerdMeijer updated this revision to Diff 211088.
SjoerdMeijer added a comment.
Thanks for the suggestion: I have generalized isScalarEpilogueAllowed by introducing an enum to model different reasons why it might be allowed or not.
I have reverted most/all changes I made to the debug messages. I will look at that again when I will make actual functional changes in this area, which is as soon as this groundwork lands.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64916/new/
https://reviews.llvm.org/D64916
Files:
llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64916.211088.patch
Type: text/x-patch
Size: 15075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190722/0ee9f8bb/attachment.bin>
More information about the llvm-commits
mailing list