[PATCH] D67314: [X86] Fix pshuflw formation from repeated shuffle mask (PR43230)
    Roman Lebedev via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Sep  7 04:03:34 PDT 2019
    
    
  
lebedev.ri added inline comments.
================
Comment at: llvm/test/CodeGen/X86/vector-shuffle-256-v16.ll:4757
 
+define <16 x i16> @pr43230(<16 x i16> %a, <16 x i16> %b) {
+; AVX1-LABEL: pr43230:
----------------
Precommit, and note that 14'th channel shuffle is out-of-bounds
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67314/new/
https://reviews.llvm.org/D67314
    
    
More information about the llvm-commits
mailing list