[PATCH] D108891: [LV] Fix crash for reverse interleaved loads with gap under fold-tail
Ayal Zaks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 21 11:00:33 PDT 2021
Ayal added a comment.
In D108891#2997112 <https://reviews.llvm.org/D108891#2997112>, @fhahn wrote:
>> Another fix will follow for targets that support masked vector loads and stores:
>> when *deciding* to vectorize with masked interleave groups, check if the access
>> is reverse - which is currently not supported; rather than (only) asserting when
>> computing cost and generating code.
>
> Could you update the description/commit message with a reference to the patch?
Sure, done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108891/new/
https://reviews.llvm.org/D108891
More information about the llvm-commits
mailing list