[PATCH] D25706: [ScopInfo] Generate runtime alias check for non-affine memory references.

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 11:32:24 PDT 2016


efriedma added a comment.

We ran into a case similar to the included testcase, where we need to generate a runtime alias check with a memset in order to vectorize a loop.  (memset isn't really non-affine, but we currently model it that way.)


Repository:
  rL LLVM

https://reviews.llvm.org/D25706





More information about the llvm-commits mailing list