[PATCH] D108891: [LV] Fix crash for reverse interleaved loads with gap under fold-tail

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 13 03:52:15 PDT 2021


fhahn added a comment.

> 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?


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