[PATCH] D52682: [IAI, LV] Avoid creating interleave-groups for predicated accesses
Dorit Nuzman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 6 23:56:11 PDT 2018
dorit marked 2 inline comments as done.
dorit added a comment.
Thanks!
================
Comment at: lib/Analysis/VectorUtils.cpp:815
// complicated blocks.
if (isPredicated(A->getParent()) || isPredicated(B->getParent()))
continue;
----------------
Ayal wrote:
> This check for isPredicated(B) now becomes redundant, right?
Actually not, because the code after this check assumes that B has a Group…
https://reviews.llvm.org/D52682
More information about the llvm-commits
mailing list