[PATCH] D34601: [X86][LLVM]Expanding Supports lowerInterleavedStore() in X86InterleavedAccess.
    michael zuckerman via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jul 21 07:06:19 PDT 2017
    
    
  
m_zuckerman added a comment.
build.CreateShuffleVector accepts only uint32_t. I created a static CreateShuffleVector that do reinterpret_cast the int to uint. This solves our dependency on the template.
https://reviews.llvm.org/D34601
    
    
More information about the llvm-commits
mailing list