Skip to content
  1. Oct 30, 2011
    • Benjamin Kramer's avatar
      X86: Emit logical shift by constant splat of <16 x i8> as a <8 x i16> shift... · 7402ee6e
      Benjamin Kramer authored
      X86: Emit logical shift by constant splat of <16 x i8> as a <8 x i16> shift and zero out the bits where zeros should've been shifted in.
      
      llvm-svn: 143315
      7402ee6e
    • Nadav Rotem's avatar
      · c602b2c4
      Nadav Rotem authored
      Fix pr11266.
      
      On x86: (shl V, 1) -> add V,V
      
      Hardware support for vector-shift is sparse and in many cases we scalarize the
      result. Additionally, on sandybridge padd is faster than shl.
      
      llvm-svn: 143311
      c602b2c4
  2. Oct 29, 2011
  3. Oct 28, 2011
  4. Oct 27, 2011
  5. Oct 26, 2011
Loading