Skip to content
Commit 8d66e98c authored by Eli Friedman's avatar Eli Friedman
Browse files

Fix a bug with <8 x i16> shuffle lowering on X86 where parts of the

shuffle could be skipped.  The check is invalid because the loop index i 
doesn't correspond to the element actually inserted. The correct check is
already done a few lines earlier, for whether the element is already in 
the right spot, so this shouldn't have any effect on the codegen for 
code that was already correct.

llvm-svn: 52486
parent 3c4ccc83
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment