[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 15:24:32 PST 2017
    
    
  
efriedma added a comment.
The general rule is that SCEV doesn't know anything about pointers; it just handles them as if you converted them to integers using ptrtoint.
https://reviews.llvm.org/D29717
    
    
More information about the llvm-commits
mailing list