[X86] Teach lower1BitShuffle to match right shifts with upper zero elements on...
[X86] Teach lower1BitShuffle to match right shifts with upper zero elements on types that don't natively support KSHIFT. We can support these by widening to a supported type, then shifting all the way to the left and then back to the right to ensure that we shift in zeroes. llvm-svn: 369232
Loading
Please sign in to comment