[PATCH] D29717: [LoopVectorize] Added address space check when analysing interleaved accesses

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 10 14:49:21 PST 2017


efriedma added a comment.

Sorry I wasn't clear.  You should check the address spaces of pointers before passing them to getMinusSCEV because the operands of getMinusSCEV are required to have the same bit-width.  So this patch is correct as-is.


https://reviews.llvm.org/D29717





More information about the llvm-commits mailing list