[PATCH] D51906: [WebAssembly] SIMD shifts
    Heejin Ahn via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Sep 14 16:13:11 PDT 2018
    
    
  
aheejin added a comment.
Oh, what I meant is, the right operand is created not with `insertelement` + `shufflevector` but with just a constant vector whose all elements are the same integer. My comment was not very accurate because I think I remember you included that constant pattern as a splat too. So I guess it would work, but having a test case for that wouldn't hurt.
Repository:
  rL LLVM
https://reviews.llvm.org/D51906
    
    
More information about the llvm-commits
mailing list