[PATCH] D57180: [LV] Avoid adding into interleaved group in presence of WAW dependency

Hideki Saito via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 1 09:48:45 PST 2019


hsaito added a comment.

In D57180#1380814 <https://reviews.llvm.org/D57180#1380814>, @Ayal wrote:

> Rather than over aggressive or too conservative, 1) seems to match the current behavior which forbids store groups with gaps; extending in the other direction will also break the vector WAW dependence, right?


OK. Hitting the gap case, yes. Else, the other direction should also hit WAW dep.

> in any case, it's worth doing only when/after introducing support for store groups with gaps.

Agree.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57180





More information about the llvm-commits mailing list