[PATCH] D104750: [LV] Support Interleaved Store Group With Gaps

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 22 14:39:59 PDT 2021


lebedev.ri added a comment.

Costmodel is wrong: if there are gaps, you need to load the vector of original values, and insert the non-gap elements into it.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104750/new/

https://reviews.llvm.org/D104750



More information about the llvm-commits mailing list