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

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 29 23:05:08 PDT 2021


uabelho added a comment.

I can confirm that this patch solves the problem we saw. Both the reduced example provided in pr51614 and the full reproducer we have for our out-of-tree target.

For the actual fix, I really have no idea if this is the way to solve the problem so please wait for @fhahn or someone else knowing this code.

Thanks!


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