[PATCH] D93478: [LoopVectorizer] Fix invalid scenario that is allowed to interleave

Danilo Carvalho Grael via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 14:11:09 PST 2021


dancgr added a comment.

@dmgreen @fhahn Sorry about that, the test case I posted was incorrect. I updated the test.c file, and in the process of finding the correct test case for you to be able to reproduce I found out the bug is worse than I expected.

With the new code I edited in the description you should be able to reproduce the bug. Unfortunately this patch doesn't cover the new test case, I am working in a new patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93478



More information about the llvm-commits mailing list