[PATCH] D67764: [LV] Forced vectorization with runtime checks and OptForSize
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 23 07:05:58 PDT 2019
SjoerdMeijer added a comment.
> Another assert which presumably requires similar update is the "Cannot SCEV check stride or overflow when optimizing for size" one.
Yep, you're exactly right. Fallout from the same work.
We have a PR for that one, https://bugs.llvm.org/show_bug.cgi?id=43371, which I will give exactly the same treatment as soon as this change is accepted.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67764/new/
https://reviews.llvm.org/D67764
More information about the llvm-commits
mailing list